Html Css Color HEX #CA7A0A Dark Goldenrod

📋 copy color: '#CA7A0A'

red 202 ◦ green 122 ◦ blue 10

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

Shades of Dark Goldenrod #CA7A0A

Tints of Dark Goldenrod #CA7A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 60.48%
G = 36.53%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA7A0A (or 0xCA7A0A) is known color: Dark Goldenrod. HEX triplet: CA, 7A and 0A. RGB value is (202,122,10). Sum of RGB (Red+Green+Blue) = 202+122+10=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A0A is #3585F5. Grayscale: #858585. Windows color (decimal): -3507702 or 686794. OLE color: 686794.

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

Color convert

RGB 202 122 10 -
CMYK 0 0.40 0.95 0.21
HSL 35º 0.91% 0.42% -
HSV(B) 35º 0.95% 0.79% -
XYZ 31.37 26.5 3.75 -
YUV 133.15 58.5 177.11 -
System Red Green Blue C M Y K H S L
Decimal 202 122 10 0 0.40 0.95 0.21 35 0.91 0.42
Hex CA 7A A 0 28 5F 15 23 5B 2A
Octal 312 172 12 0 50 137 25 43 133 52
Binary 11001010 1111010 1010 0 101000 1011111 10101 100011 1011011 101010

Color Harmonies of #CA7A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A0A

Black with #CA7A0A

Text Example


Text Example

White with #CA7A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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