Html Css Color HEX #CF8B0C Dark Goldenrod

📋 copy color: '#CF8B0C'

red 207 ◦ green 139 ◦ blue 12

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

Shades of Dark Goldenrod #CF8B0C

Tints of Dark Goldenrod #CF8B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.83%

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 57.82%
G = 38.83%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF8B0C (or 0xCF8B0C) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 0C. RGB value is (207,139,12). Sum of RGB (Red+Green+Blue) = 207+139+12=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B0C is #3074F3. Grayscale: #919191. Windows color (decimal): -3175668 or 822223. OLE color: 822223.

HSL color Cylindrical-coordinate representation of color #CF8B0C: hue angle of 39.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF8B0C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 139 12 -
CMYK 0 0.33 0.94 0.19
HSL 39.08º 0.89% 0.43% -
HSV(B) 39.08º 0.94% 0.81% -
XYZ 35.03 31.76 4.63 -
YUV 144.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 207 139 12 0 0.33 0.94 0.19 39.08 0.89 0.43
Hex CF 8B C 0 21 5E 13 27 59 2B
Octal 317 213 14 0 41 136 23 47 131 53
Binary 11001111 10001011 1100 0 100001 1011110 10011 100111 1011001 101011

Color Harmonies of #CF8B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B0C

Black with #CF8B0C

Text Example


Text Example

White with #CF8B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B0C; }

 p { color: rgb(207,139,12); }

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

background-color css

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

 a { background-color: rgb(207,139,12); }

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

border-color css

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

 span { border-color: rgb(207,139,12); }

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