Html Css Color HEX #CA910A Dark Goldenrod

📋 copy color: '#CA910A'

red 202 ◦ green 145 ◦ blue 10

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

Shades of Dark Goldenrod #CA910A

Tints of Dark Goldenrod #CA910A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 56.58%
G = 40.62%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA910A (or 0xCA910A) is known color: Dark Goldenrod. HEX triplet: CA, 91 and 0A. RGB value is (202,145,10). Sum of RGB (Red+Green+Blue) = 202+145+10=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA910A is #356EF5. Grayscale: #939393. Windows color (decimal): -3501814 or 692682. OLE color: 692682.

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

Color convert

RGB 202 145 10 -
CMYK 0 0.28 0.95 0.21
HSL 42.19º 0.91% 0.42% -
HSV(B) 42.19º 0.95% 0.79% -
XYZ 34.54 32.83 4.8 -
YUV 146.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 202 145 10 0 0.28 0.95 0.21 42.19 0.91 0.42
Hex CA 91 A 0 1C 5F 15 2A 5B 2A
Octal 312 221 12 0 34 137 25 52 133 52
Binary 11001010 10010001 1010 0 11100 1011111 10101 101010 1011011 101010

Color Harmonies of #CA910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA910A

Black with #CA910A

Text Example


Text Example

White with #CA910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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