Html Css Color HEX #CF8D0B Dark Goldenrod

📋 copy color: '#CF8D0B'

red 207 ◦ green 141 ◦ blue 11

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

Shades of Dark Goldenrod #CF8D0B

Tints of Dark Goldenrod #CF8D0B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 57.66%
G = 39.28%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF8D0B (or 0xCF8D0B) is known color: Dark Goldenrod. HEX triplet: CF, 8D and 0B. RGB value is (207,141,11). Sum of RGB (Red+Green+Blue) = 207+141+11=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8D0B is #3072F4. Grayscale: #929292. Windows color (decimal): -3175157 or 757199. OLE color: 757199.

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

Color convert

RGB 207 141 11 -
CMYK 0 0.32 0.95 0.19
HSL 39.8º 0.9% 0.43% -
HSV(B) 39.8º 0.95% 0.81% -
XYZ 35.32 32.34 4.7 -
YUV 145.91 51.87 171.57 -
System Red Green Blue C M Y K H S L
Decimal 207 141 11 0 0.32 0.95 0.19 39.8 0.9 0.43
Hex CF 8D B 0 20 5F 13 28 5A 2B
Octal 317 215 13 0 40 137 23 50 132 53
Binary 11001111 10001101 1011 0 100000 1011111 10011 101000 1011010 101011

Color Harmonies of #CF8D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D0B

Black with #CF8D0B

Text Example


Text Example

White with #CF8D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D0B; }

 p { color: rgb(207,141,11); }

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

background-color css

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

 a { background-color: rgb(207,141,11); }

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

border-color css

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

 span { border-color: rgb(207,141,11); }

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