Html Css Color HEX #CF6B33 Gold Drop

📋 copy color: '#CF6B33'

red 207 ◦ green 107 ◦ blue 51

#CF6B33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Drop #CF6B33

Tints of Gold Drop #CF6B33

RGB

 RED value IS 207 (81.25% from 255) = 56.71%

 GREEN value IS 107 (42.19% from 255) = 29.32%

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 56.71%
G = 29.32%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF6B33 (or 0xCF6B33) is known color: Gold Drop. HEX triplet: CF, 6B and 33. RGB value is (207,107,51). Sum of RGB (Red+Green+Blue) = 207+107+51=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B33 is #3094CC. Grayscale: #828282. Windows color (decimal): -3183821 or 3369935. OLE color: 3369935.

HSL color Cylindrical-coordinate representation of color #CF6B33: hue angle of 21.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF6B33 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 51 -
CMYK 0 0.48 0.75 0.19
HSL 21.54º 0.62% 0.51% -
HSV(B) 21.54º 0.75% 0.81% -
XYZ 31.59 24.02 6.1 -
YUV 130.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 207 107 51 0 0.48 0.75 0.19 21.54 0.62 0.51
Hex CF 6B 33 0 30 4B 13 16 3E 33
Octal 317 153 63 0 60 113 23 26 76 63
Binary 11001111 1101011 110011 0 110000 1001011 10011 10110 111110 110011

Color Harmonies of #CF6B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B33

Black with #CF6B33

Text Example


Text Example

White with #CF6B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B33; }

 p { color: rgb(207,107,51); }

 H1.HeaderClassName
 {
   color: #CF6B33;
 }
 .AnyTagClassName
 {
   color: #CF6B33;
 }
</style>

background-color css

<style>
 a { background-color: #CF6B33; }

 a { background-color: rgb(207,107,51); }

 div.DivClassName
 {
   background-color: #CF6B33;
 }
 .BgClassName
 {
   background-color: #CF6B33;
 }
</style>

border-color css

<style>
 span { border-color: #CF6B33; }

 span { border-color: rgb(207,107,51); }

 td.TdClassName
 {
   border-color: #CF6B33;
 }
 .TagClassName
 {
   border-color: #CF6B33;
 }
</style>