Html Css Color HEX #CA8005 Dark Goldenrod

📋 copy color: '#CA8005'

red 202 ◦ green 128 ◦ blue 5

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

Shades of Dark Goldenrod #CA8005

Tints of Dark Goldenrod #CA8005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 60.3%
G = 38.21%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA8005 (or 0xCA8005) is known color: Dark Goldenrod. HEX triplet: CA, 80 and 05. RGB value is (202,128,5). Sum of RGB (Red+Green+Blue) = 202+128+5=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8005 is #357FFA. Grayscale: #888888. Windows color (decimal): -3506171 or 360650. OLE color: 360650.

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

Color convert

RGB 202 128 5 -
CMYK 0 0.37 0.98 0.21
HSL 37.46º 0.95% 0.41% -
HSV(B) 37.46º 0.98% 0.79% -
XYZ 32.1 28.01 3.86 -
YUV 136.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 202 128 5 0 0.37 0.98 0.21 37.46 0.95 0.41
Hex CA 80 5 0 25 62 15 25 5F 29
Octal 312 200 5 0 45 142 25 45 137 51
Binary 11001010 10000000 101 0 100101 1100010 10101 100101 1011111 101001

Color Harmonies of #CA8005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8005

Black with #CA8005

Text Example


Text Example

White with #CA8005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8005; }

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

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

background-color css

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

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

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

border-color css

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

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

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