Html Css Color HEX #CA7A00 Dark Goldenrod

📋 copy color: '#CA7A00'

red 202 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #CA7A00

Tints of Dark Goldenrod #CA7A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

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

R = 62.35%
G = 37.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA7A00 (or 0xCA7A00) is known color: Dark Goldenrod. HEX triplet: CA, 7A and 00. RGB value is (202,122,0). Sum of RGB (Red+Green+Blue) = 202+122+0=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A00 is #3585FF. Grayscale: #848484. Windows color (decimal): -3507712 or 31434. OLE color: 31434.

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

Color convert

RGB 202 122 0 -
CMYK 0 0.40 1 0.21
HSL 36.24º 1% 0.4% -
HSV(B) 36.24º 1% 0.79% -
XYZ 31.32 26.48 3.46 -
YUV 132.01 53.5 177.92 -
System Red Green Blue C M Y K H S L
Decimal 202 122 0 0 0.40 1 0.21 36.24 1 0.4
Hex CA 7A 0 0 28 64 15 24 64 28
Octal 312 172 0 0 50 144 25 44 144 50
Binary 11001010 1111010 0 0 101000 1100100 10101 100100 1100100 101000

Color Harmonies of #CA7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A00

Black with #CA7A00

Text Example


Text Example

White with #CA7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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