Html Css Color HEX #CB7C00 Dark Goldenrod

📋 copy color: '#CB7C00'

red 203 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #CB7C00

Tints of Dark Goldenrod #CB7C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.92%

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

R = 62.08%
G = 37.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7C00 (or 0xCB7C00) is known color: Dark Goldenrod. HEX triplet: CB, 7C and 00. RGB value is (203,124,0). Sum of RGB (Red+Green+Blue) = 203+124+0=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C00 is #3483FF. Grayscale: #868686. Windows color (decimal): -3441664 or 31947. OLE color: 31947.

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

Color convert

RGB 203 124 0 -
CMYK 0 0.39 1 0.20
HSL 36.65º 1% 0.4% -
HSV(B) 36.65º 1% 0.8% -
XYZ 31.84 27.11 3.56 -
YUV 133.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 203 124 0 0 0.39 1 0.20 36.65 1 0.4
Hex CB 7C 0 0 27 64 14 25 64 28
Octal 313 174 0 0 47 144 24 45 144 50
Binary 11001011 1111100 0 0 100111 1100100 10100 100101 1100100 101000

Color Harmonies of #CB7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C00

Black with #CB7C00

Text Example


Text Example

White with #CB7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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