Html Css Color HEX #CA8805 Dark Goldenrod

📋 copy color: '#CA8805'

red 202 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #CA8805

Tints of Dark Goldenrod #CA8805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

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

R = 58.89%
G = 39.65%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA8805 (or 0xCA8805) is known color: Dark Goldenrod. HEX triplet: CA, 88 and 05. RGB value is (202,136,5). Sum of RGB (Red+Green+Blue) = 202+136+5=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8805 is #3577FA. Grayscale: #8D8D8D. Windows color (decimal): -3504123 or 362698. OLE color: 362698.

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

Color convert

RGB 202 136 5 -
CMYK 0 0.33 0.98 0.21
HSL 39.9º 0.95% 0.41% -
HSV(B) 39.9º 0.98% 0.79% -
XYZ 33.19 30.18 4.22 -
YUV 140.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 202 136 5 0 0.33 0.98 0.21 39.9 0.95 0.41
Hex CA 88 5 0 21 62 15 28 5F 29
Octal 312 210 5 0 41 142 25 50 137 51
Binary 11001010 10001000 101 0 100001 1100010 10101 101000 1011111 101001

Color Harmonies of #CA8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8805

Black with #CA8805

Text Example


Text Example

White with #CA8805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8805; }

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

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

background-color css

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

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

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

border-color css

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

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

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