Html Css Color HEX #CF8A0C Dark Goldenrod

📋 copy color: '#CF8A0C'

red 207 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #CF8A0C

Tints of Dark Goldenrod #CF8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.66%

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

R = 57.98%
G = 38.66%
B = 3.36%

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

#CF8A0C (or 0xCF8A0C) is known color: Dark Goldenrod. HEX triplet: CF, 8A and 0C. RGB value is (207,138,12). Sum of RGB (Red+Green+Blue) = 207+138+12=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A0C is #3075F3. Grayscale: #909090. Windows color (decimal): -3175924 or 821967. OLE color: 821967.

HSL color Cylindrical-coordinate representation of color #CF8A0C: hue angle of 38.77º 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 #CF8A0C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 12 -
CMYK 0 0.33 0.94 0.19
HSL 38.77º 0.89% 0.43% -
HSV(B) 38.77º 0.94% 0.81% -
XYZ 34.89 31.47 4.58 -
YUV 144.27 53.36 172.75 -
System Red Green Blue C M Y K H S L
Decimal 207 138 12 0 0.33 0.94 0.19 38.77 0.89 0.43
Hex CF 8A C 0 21 5E 13 27 59 2B
Octal 317 212 14 0 41 136 23 47 131 53
Binary 11001111 10001010 1100 0 100001 1011110 10011 100111 1011001 101011

Color Harmonies of #CF8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A0C

Black with #CF8A0C

Text Example


Text Example

White with #CF8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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