Html Css Color HEX #CA7600 Dark Goldenrod

📋 copy color: '#CA7600'

red 202 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #CA7600

Tints of Dark Goldenrod #CA7600

RGB

 RED value IS 202 (79.3% from 255) = 63.13%

 GREEN value IS 118 (46.48% from 255) = 36.88%

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

R = 63.13%
G = 36.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA7600 (or 0xCA7600) is known color: Dark Goldenrod. HEX triplet: CA, 76 and 00. RGB value is (202,118,0). Sum of RGB (Red+Green+Blue) = 202+118+0=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7600 is #3589FF. Grayscale: #828282. Windows color (decimal): -3508736 or 30410. OLE color: 30410.

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

Color convert

RGB 202 118 0 -
CMYK 0 0.42 1 0.21
HSL 35.05º 1% 0.4% -
HSV(B) 35.05º 1% 0.79% -
XYZ 30.84 25.51 3.3 -
YUV 129.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 202 118 0 0 0.42 1 0.21 35.05 1 0.4
Hex CA 76 0 0 2A 64 15 23 64 28
Octal 312 166 0 0 52 144 25 43 144 50
Binary 11001010 1110110 0 0 101010 1100100 10101 100011 1100100 101000

Color Harmonies of #CA7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7600

Black with #CA7600

Text Example


Text Example

White with #CA7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7600; }

 p { color: rgb(202,118,0); }

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

background-color css

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

 a { background-color: rgb(202,118,0); }

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

border-color css

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

 span { border-color: rgb(202,118,0); }

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