Html Css Color HEX #CF8A08 Dark Goldenrod

📋 copy color: '#CF8A08'

red 207 ◦ green 138 ◦ blue 8

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

Shades of Dark Goldenrod #CF8A08

Tints of Dark Goldenrod #CF8A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 58.64%
G = 39.09%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF8A08 (or 0xCF8A08) is known color: Dark Goldenrod. HEX triplet: CF, 8A and 08. RGB value is (207,138,8). Sum of RGB (Red+Green+Blue) = 207+138+8=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A08 is #3075F7. Grayscale: #909090. Windows color (decimal): -3175928 or 559823. OLE color: 559823.

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

Color convert

RGB 207 138 8 -
CMYK 0 0.33 0.96 0.19
HSL 39.2º 0.93% 0.42% -
HSV(B) 39.2º 0.96% 0.81% -
XYZ 34.86 31.46 4.46 -
YUV 143.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 207 138 8 0 0.33 0.96 0.19 39.2 0.93 0.42
Hex CF 8A 8 0 21 60 13 27 5D 2A
Octal 317 212 10 0 41 140 23 47 135 52
Binary 11001111 10001010 1000 0 100001 1100000 10011 100111 1011101 101010

Color Harmonies of #CF8A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A08

Black with #CF8A08

Text Example


Text Example

White with #CF8A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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