Html Css Color HEX #CF6B31 Gold Drop

📋 copy color: '#CF6B31'

red 207 ◦ green 107 ◦ blue 49

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

Shades of Gold Drop #CF6B31

Tints of Gold Drop #CF6B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 57.02%
G = 29.48%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF6B31 (or 0xCF6B31) is known color: Gold Drop. HEX triplet: CF, 6B and 31. RGB value is (207,107,49). Sum of RGB (Red+Green+Blue) = 207+107+49=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B31 is #3094CE. Grayscale: #828282. Windows color (decimal): -3183823 or 3238863. OLE color: 3238863.

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

Color convert

RGB 207 107 49 -
CMYK 0 0.48 0.76 0.19
HSL 22.03º 0.62% 0.5% -
HSV(B) 22.03º 0.76% 0.81% -
XYZ 31.54 24 5.88 -
YUV 130.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 207 107 49 0 0.48 0.76 0.19 22.03 0.62 0.5
Hex CF 6B 31 0 30 4C 13 16 3E 32
Octal 317 153 61 0 60 114 23 26 76 62
Binary 11001111 1101011 110001 0 110000 1001100 10011 10110 111110 110010

Color Harmonies of #CF6B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B31

Black with #CF6B31

Text Example


Text Example

White with #CF6B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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