Html Css Color HEX #CA790A Dark Goldenrod

📋 copy color: '#CA790A'

red 202 ◦ green 121 ◦ blue 10

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

Shades of Dark Goldenrod #CA790A

Tints of Dark Goldenrod #CA790A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 60.66%
G = 36.34%
B = 3%

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

#CA790A (or 0xCA790A) is known color: Dark Goldenrod. HEX triplet: CA, 79 and 0A. RGB value is (202,121,10). Sum of RGB (Red+Green+Blue) = 202+121+10=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA790A is #3586F5. Grayscale: #858585. Windows color (decimal): -3507958 or 686538. OLE color: 686538.

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

Color convert

RGB 202 121 10 -
CMYK 0 0.40 0.95 0.21
HSL 34.69º 0.91% 0.42% -
HSV(B) 34.69º 0.95% 0.79% -
XYZ 31.25 26.25 3.71 -
YUV 132.57 58.84 177.53 -
System Red Green Blue C M Y K H S L
Decimal 202 121 10 0 0.40 0.95 0.21 34.69 0.91 0.42
Hex CA 79 A 0 28 5F 15 23 5B 2A
Octal 312 171 12 0 50 137 25 43 133 52
Binary 11001010 1111001 1010 0 101000 1011111 10101 100011 1011011 101010

Color Harmonies of #CA790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA790A

Black with #CA790A

Text Example


Text Example

White with #CA790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA790A; }

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

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

background-color css

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

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

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

border-color css

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

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

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