Html Css Color HEX #CB7700 Dark Goldenrod

📋 copy color: '#CB7700'

red 203 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #CB7700

Tints of Dark Goldenrod #CB7700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.04%
G = 36.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7700 (or 0xCB7700) is known color: Dark Goldenrod. HEX triplet: CB, 77 and 00. RGB value is (203,119,0). Sum of RGB (Red+Green+Blue) = 203+119+0=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7700 is #3488FF. Grayscale: #838383. Windows color (decimal): -3442944 or 30667. OLE color: 30667.

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

Color convert

RGB 203 119 0 -
CMYK 0 0.41 1 0.20
HSL 35.17º 1% 0.4% -
HSV(B) 35.17º 1% 0.8% -
XYZ 31.23 25.89 3.35 -
YUV 130.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 203 119 0 0 0.41 1 0.20 35.17 1 0.4
Hex CB 77 0 0 29 64 14 23 64 28
Octal 313 167 0 0 51 144 24 43 144 50
Binary 11001011 1110111 0 0 101001 1100100 10100 100011 1100100 101000

Color Harmonies of #CB7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7700

Black with #CB7700

Text Example


Text Example

White with #CB7700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7700; }

 p { color: rgb(203,119,0); }

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

background-color css

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

 a { background-color: rgb(203,119,0); }

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

border-color css

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

 span { border-color: rgb(203,119,0); }

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