Html Css Color HEX #CA8A02 Dark Goldenrod

📋 copy color: '#CA8A02'

red 202 ◦ green 138 ◦ blue 2

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

Shades of Dark Goldenrod #CA8A02

Tints of Dark Goldenrod #CA8A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

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

R = 59.06%
G = 40.35%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA8A02 (or 0xCA8A02) is known color: Dark Goldenrod. HEX triplet: CA, 8A and 02. RGB value is (202,138,2). Sum of RGB (Red+Green+Blue) = 202+138+2=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8A02 is #3575FD. Grayscale: #8E8E8E. Windows color (decimal): -3503614 or 166602. OLE color: 166602.

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

Color convert

RGB 202 138 2 -
CMYK 0 0.32 0.99 0.21
HSL 40.8º 0.98% 0.4% -
HSV(B) 40.8º 0.99% 0.79% -
XYZ 33.46 30.74 4.23 -
YUV 141.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 202 138 2 0 0.32 0.99 0.21 40.8 0.98 0.4
Hex CA 8A 2 0 20 63 15 29 62 28
Octal 312 212 2 0 40 143 25 51 142 50
Binary 11001010 10001010 10 0 100000 1100011 10101 101001 1100010 101000

Color Harmonies of #CA8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A02

Black with #CA8A02

Text Example


Text Example

White with #CA8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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