Html Css Color HEX #CA7602 Dark Goldenrod

📋 copy color: '#CA7602'

red 202 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #CA7602

Tints of Dark Goldenrod #CA7602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 62.73%
G = 36.65%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA7602 (or 0xCA7602) is known color: Dark Goldenrod. HEX triplet: CA, 76 and 02. RGB value is (202,118,2). Sum of RGB (Red+Green+Blue) = 202+118+2=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7602 is #3589FD. Grayscale: #828282. Windows color (decimal): -3508734 or 161482. OLE color: 161482.

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

Color convert

RGB 202 118 2 -
CMYK 0 0.42 0.99 0.21
HSL 34.8º 0.98% 0.4% -
HSV(B) 34.8º 0.99% 0.79% -
XYZ 30.85 25.52 3.36 -
YUV 129.89 55.83 179.43 -
System Red Green Blue C M Y K H S L
Decimal 202 118 2 0 0.42 0.99 0.21 34.8 0.98 0.4
Hex CA 76 2 0 2A 63 15 23 62 28
Octal 312 166 2 0 52 143 25 43 142 50
Binary 11001010 1110110 10 0 101010 1100011 10101 100011 1100010 101000

Color Harmonies of #CA7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7602

Black with #CA7602

Text Example


Text Example

White with #CA7602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7602; }

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

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

background-color css

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

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

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

border-color css

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

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

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