Html Css Color HEX #CB9008 Dark Goldenrod

📋 copy color: '#CB9008'

red 203 ◦ green 144 ◦ blue 8

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

Shades of Dark Goldenrod #CB9008

Tints of Dark Goldenrod #CB9008

RGB

 RED value IS 203 (79.69% from 255) = 57.18%

 GREEN value IS 144 (56.64% from 255) = 40.56%

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

R = 57.18%
G = 40.56%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB9008 (or 0xCB9008) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 08. RGB value is (203,144,8). Sum of RGB (Red+Green+Blue) = 203+144+8=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9008 is #346FF7. Grayscale: #929292. Windows color (decimal): -3436536 or 561355. OLE color: 561355.

HSL color Cylindrical-coordinate representation of color #CB9008: hue angle of 41.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB9008 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 8 -
CMYK 0 0.29 0.96 0.20
HSL 41.85º 0.92% 0.41% -
HSV(B) 41.85º 0.96% 0.8% -
XYZ 34.65 32.66 4.71 -
YUV 146.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 203 144 8 0 0.29 0.96 0.20 41.85 0.92 0.41
Hex CB 90 8 0 1D 60 14 2A 5C 29
Octal 313 220 10 0 35 140 24 52 134 51
Binary 11001011 10010000 1000 0 11101 1100000 10100 101010 1011100 101001

Color Harmonies of #CB9008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9008

Black with #CB9008

Text Example


Text Example

White with #CB9008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9008; }

 p { color: rgb(203,144,8); }

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

background-color css

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

 a { background-color: rgb(203,144,8); }

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

border-color css

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

 span { border-color: rgb(203,144,8); }

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