Html Css Color HEX #CB8908 Dark Goldenrod

📋 copy color: '#CB8908'

red 203 ◦ green 137 ◦ blue 8

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

Shades of Dark Goldenrod #CB8908

Tints of Dark Goldenrod #CB8908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

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

R = 58.33%
G = 39.37%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB8908 (or 0xCB8908) is known color: Dark Goldenrod. HEX triplet: CB, 89 and 08. RGB value is (203,137,8). Sum of RGB (Red+Green+Blue) = 203+137+8=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8908 is #3476F7. Grayscale: #8E8E8E. Windows color (decimal): -3438328 or 559563. OLE color: 559563.

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

Color convert

RGB 203 137 8 -
CMYK 0 0.33 0.96 0.20
HSL 39.69º 0.92% 0.41% -
HSV(B) 39.69º 0.96% 0.8% -
XYZ 33.62 30.61 4.37 -
YUV 142.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 203 137 8 0 0.33 0.96 0.20 39.69 0.92 0.41
Hex CB 89 8 0 21 60 14 28 5C 29
Octal 313 211 10 0 41 140 24 50 134 51
Binary 11001011 10001001 1000 0 100001 1100000 10100 101000 1011100 101001

Color Harmonies of #CB8908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8908

Black with #CB8908

Text Example


Text Example

White with #CB8908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8908; }

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

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

background-color css

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

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

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

border-color css

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

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

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