Html Css Color HEX #CA9505 Dark Goldenrod

📋 copy color: '#CA9505'

red 202 ◦ green 149 ◦ blue 5

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

Shades of Dark Goldenrod #CA9505

Tints of Dark Goldenrod #CA9505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 56.74%
G = 41.85%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA9505 (or 0xCA9505) is known color: Dark Goldenrod. HEX triplet: CA, 95 and 05. RGB value is (202,149,5). Sum of RGB (Red+Green+Blue) = 202+149+5=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9505 is #356AFA. Grayscale: #959595. Windows color (decimal): -3500795 or 366026. OLE color: 366026.

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

Color convert

RGB 202 149 5 -
CMYK 0 0.26 0.98 0.21
HSL 43.86º 0.95% 0.41% -
HSV(B) 43.86º 0.98% 0.79% -
XYZ 35.13 34.06 4.87 -
YUV 148.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 202 149 5 0 0.26 0.98 0.21 43.86 0.95 0.41
Hex CA 95 5 0 1A 62 15 2C 5F 29
Octal 312 225 5 0 32 142 25 54 137 51
Binary 11001010 10010101 101 0 11010 1100010 10101 101100 1011111 101001

Color Harmonies of #CA9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9505

Black with #CA9505

Text Example


Text Example

White with #CA9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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