Html Css Color HEX #CF8A0F Dark Goldenrod

📋 copy color: '#CF8A0F'

red 207 ◦ green 138 ◦ blue 15

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

Shades of Dark Goldenrod #CF8A0F

Tints of Dark Goldenrod #CF8A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 57.5%
G = 38.33%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF8A0F (or 0xCF8A0F) is known color: Dark Goldenrod. HEX triplet: CF, 8A and 0F. RGB value is (207,138,15). Sum of RGB (Red+Green+Blue) = 207+138+15=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A0F is #3075F0. Grayscale: #919191. Windows color (decimal): -3175921 or 1018575. OLE color: 1018575.

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

Color convert

RGB 207 138 15 -
CMYK 0 0.33 0.93 0.19
HSL 38.44º 0.86% 0.44% -
HSV(B) 38.44º 0.93% 0.81% -
XYZ 34.91 31.48 4.69 -
YUV 144.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 207 138 15 0 0.33 0.93 0.19 38.44 0.86 0.44
Hex CF 8A F 0 21 5D 13 26 56 2C
Octal 317 212 17 0 41 135 23 46 126 54
Binary 11001111 10001010 1111 0 100001 1011101 10011 100110 1010110 101100

Color Harmonies of #CF8A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A0F

Black with #CF8A0F

Text Example


Text Example

White with #CF8A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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