Html Css Color HEX #CA9105 Dark Goldenrod

📋 copy color: '#CA9105'

red 202 ◦ green 145 ◦ blue 5

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

Shades of Dark Goldenrod #CA9105

Tints of Dark Goldenrod #CA9105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 57.39%
G = 41.19%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA9105 (or 0xCA9105) is known color: Dark Goldenrod. HEX triplet: CA, 91 and 05. RGB value is (202,145,5). Sum of RGB (Red+Green+Blue) = 202+145+5=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9105 is #356EFA. Grayscale: #929292. Windows color (decimal): -3501819 or 365002. OLE color: 365002.

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

Color convert

RGB 202 145 5 -
CMYK 0 0.28 0.98 0.21
HSL 42.64º 0.95% 0.41% -
HSV(B) 42.64º 0.98% 0.79% -
XYZ 34.51 32.82 4.66 -
YUV 146.08 48.38 167.88 -
System Red Green Blue C M Y K H S L
Decimal 202 145 5 0 0.28 0.98 0.21 42.64 0.95 0.41
Hex CA 91 5 0 1C 62 15 2B 5F 29
Octal 312 221 5 0 34 142 25 53 137 51
Binary 11001010 10010001 101 0 11100 1100010 10101 101011 1011111 101001

Color Harmonies of #CA9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9105

Black with #CA9105

Text Example


Text Example

White with #CA9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9105; }

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

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

background-color css

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

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

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

border-color css

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

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

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