Html Css Color HEX #CB7E00 Dark Goldenrod

📋 copy color: '#CB7E00'

red 203 ◦ green 126 ◦ blue 0

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

Shades of Dark Goldenrod #CB7E00

Tints of Dark Goldenrod #CB7E00

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

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

R = 61.7%
G = 38.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7E00 (or 0xCB7E00) is known color: Dark Goldenrod. HEX triplet: CB, 7E and 00. RGB value is (203,126,0). Sum of RGB (Red+Green+Blue) = 203+126+0=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7E00 is #3481FF. Grayscale: #878787. Windows color (decimal): -3441152 or 32459. OLE color: 32459.

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

Color convert

RGB 203 126 0 -
CMYK 0 0.38 1 0.20
HSL 37.24º 1% 0.4% -
HSV(B) 37.24º 1% 0.8% -
XYZ 32.09 27.62 3.64 -
YUV 134.66 52.01 176.75 -
System Red Green Blue C M Y K H S L
Decimal 203 126 0 0 0.38 1 0.20 37.24 1 0.4
Hex CB 7E 0 0 26 64 14 25 64 28
Octal 313 176 0 0 46 144 24 45 144 50
Binary 11001011 1111110 0 0 100110 1100100 10100 100101 1100100 101000

Color Harmonies of #CB7E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E00

Black with #CB7E00

Text Example


Text Example

White with #CB7E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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