Html Css Color HEX #CB8708 Dark Goldenrod

📋 copy color: '#CB8708'

red 203 ◦ green 135 ◦ blue 8

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

Shades of Dark Goldenrod #CB8708

Tints of Dark Goldenrod #CB8708

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.02%

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

R = 58.67%
G = 39.02%
B = 2.31%

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

#CB8708 (or 0xCB8708) is known color: Dark Goldenrod. HEX triplet: CB, 87 and 08. RGB value is (203,135,8). Sum of RGB (Red+Green+Blue) = 203+135+8=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8708 is #3478F7. Grayscale: #8D8D8D. Windows color (decimal): -3438840 or 559051. OLE color: 559051.

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

Color convert

RGB 203 135 8 -
CMYK 0 0.33 0.96 0.20
HSL 39.08º 0.92% 0.41% -
HSV(B) 39.08º 0.96% 0.8% -
XYZ 33.34 30.04 4.27 -
YUV 140.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 203 135 8 0 0.33 0.96 0.20 39.08 0.92 0.41
Hex CB 87 8 0 21 60 14 27 5C 29
Octal 313 207 10 0 41 140 24 47 134 51
Binary 11001011 10000111 1000 0 100001 1100000 10100 100111 1011100 101001

Color Harmonies of #CB8708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8708

Black with #CB8708

Text Example


Text Example

White with #CB8708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8708; }

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

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

background-color css

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

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

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

border-color css

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

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

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