Html Css Color HEX #CB7808 Dark Goldenrod

📋 copy color: '#CB7808'

red 203 ◦ green 120 ◦ blue 8

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

Shades of Dark Goldenrod #CB7808

Tints of Dark Goldenrod #CB7808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.25%

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

R = 61.33%
G = 36.25%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB7808 (or 0xCB7808) is known color: Dark Goldenrod. HEX triplet: CB, 78 and 08. RGB value is (203,120,8). Sum of RGB (Red+Green+Blue) = 203+120+8=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7808 is #3487F7. Grayscale: #848484. Windows color (decimal): -3442680 or 555211. OLE color: 555211.

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

Color convert

RGB 203 120 8 -
CMYK 0 0.41 0.96 0.20
HSL 34.46º 0.92% 0.41% -
HSV(B) 34.46º 0.96% 0.8% -
XYZ 31.39 26.15 3.62 -
YUV 132.05 58 178.61 -
System Red Green Blue C M Y K H S L
Decimal 203 120 8 0 0.41 0.96 0.20 34.46 0.92 0.41
Hex CB 78 8 0 29 60 14 22 5C 29
Octal 313 170 10 0 51 140 24 42 134 51
Binary 11001011 1111000 1000 0 101001 1100000 10100 100010 1011100 101001

Color Harmonies of #CB7808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7808

Black with #CB7808

Text Example


Text Example

White with #CB7808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7808; }

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

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

background-color css

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

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

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

border-color css

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

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

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