Html Css Color HEX #CA7E02 Dark Goldenrod

📋 copy color: '#CA7E02'

red 202 ◦ green 126 ◦ blue 2

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

Shades of Dark Goldenrod #CA7E02

Tints of Dark Goldenrod #CA7E02

RGB

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

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

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

R = 61.21%
G = 38.18%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA7E02 (or 0xCA7E02) is known color: Dark Goldenrod. HEX triplet: CA, 7E and 02. RGB value is (202,126,2). Sum of RGB (Red+Green+Blue) = 202+126+2=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7E02 is #3581FD. Grayscale: #878787. Windows color (decimal): -3506686 or 163530. OLE color: 163530.

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

Color convert

RGB 202 126 2 -
CMYK 0 0.38 0.99 0.21
HSL 37.2º 0.98% 0.4% -
HSV(B) 37.2º 0.99% 0.79% -
XYZ 31.83 27.48 3.68 -
YUV 134.59 53.18 176.08 -
System Red Green Blue C M Y K H S L
Decimal 202 126 2 0 0.38 0.99 0.21 37.2 0.98 0.4
Hex CA 7E 2 0 26 63 15 25 62 28
Octal 312 176 2 0 46 143 25 45 142 50
Binary 11001010 1111110 10 0 100110 1100011 10101 100101 1100010 101000

Color Harmonies of #CA7E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E02

Black with #CA7E02

Text Example


Text Example

White with #CA7E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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