Html Css Color HEX #CF8B0F Dark Goldenrod

📋 copy color: '#CF8B0F'

red 207 ◦ green 139 ◦ blue 15

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

Shades of Dark Goldenrod #CF8B0F

Tints of Dark Goldenrod #CF8B0F

RGB

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

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

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

R = 57.34%
G = 38.5%
B = 4.16%

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

#CF8B0F (or 0xCF8B0F) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 0F. RGB value is (207,139,15). Sum of RGB (Red+Green+Blue) = 207+139+15=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B0F is #3074F0. Grayscale: #919191. Windows color (decimal): -3175665 or 1018831. OLE color: 1018831.

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

Color convert

RGB 207 139 15 -
CMYK 0 0.33 0.93 0.19
HSL 38.75º 0.86% 0.44% -
HSV(B) 38.75º 0.93% 0.81% -
XYZ 35.05 31.77 4.74 -
YUV 145.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 207 139 15 0 0.33 0.93 0.19 38.75 0.86 0.44
Hex CF 8B F 0 21 5D 13 27 56 2C
Octal 317 213 17 0 41 135 23 47 126 54
Binary 11001111 10001011 1111 0 100001 1011101 10011 100111 1010110 101100

Color Harmonies of #CF8B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B0F

Black with #CF8B0F

Text Example


Text Example

White with #CF8B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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