Html Css Color HEX #CB7F00 Dark Goldenrod

📋 copy color: '#CB7F00'

red 203 ◦ green 127 ◦ blue 0

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

Shades of Dark Goldenrod #CB7F00

Tints of Dark Goldenrod #CB7F00

RGB

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

 GREEN value IS 127 (50% from 255) = 38.48%

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

R = 61.52%
G = 38.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7F00 (or 0xCB7F00) is known color: Dark Goldenrod. HEX triplet: CB, 7F and 00. RGB value is (203,127,0). Sum of RGB (Red+Green+Blue) = 203+127+0=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F00 is #3480FF. Grayscale: #878787. Windows color (decimal): -3440896 or 32715. OLE color: 32715.

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

Color convert

RGB 203 127 0 -
CMYK 0 0.37 1 0.20
HSL 37.54º 1% 0.4% -
HSV(B) 37.54º 1% 0.8% -
XYZ 32.22 27.88 3.68 -
YUV 135.25 51.68 176.33 -
System Red Green Blue C M Y K H S L
Decimal 203 127 0 0 0.37 1 0.20 37.54 1 0.4
Hex CB 7F 0 0 25 64 14 26 64 28
Octal 313 177 0 0 45 144 24 46 144 50
Binary 11001011 1111111 0 0 100101 1100100 10100 100110 1100100 101000

Color Harmonies of #CB7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F00

Black with #CB7F00

Text Example


Text Example

White with #CB7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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