Html Css Color HEX #CA8304 Dark Goldenrod

📋 copy color: '#CA8304'

red 202 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #CA8304

Tints of Dark Goldenrod #CA8304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 59.94%
G = 38.87%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA8304 (or 0xCA8304) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 04. RGB value is (202,131,4). Sum of RGB (Red+Green+Blue) = 202+131+4=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8304 is #357CFB. Grayscale: #8A8A8A. Windows color (decimal): -3505404 or 295882. OLE color: 295882.

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

Color convert

RGB 202 131 4 -
CMYK 0 0.35 0.98 0.21
HSL 38.48º 0.96% 0.4% -
HSV(B) 38.48º 0.98% 0.79% -
XYZ 32.5 28.8 3.96 -
YUV 137.75 52.52 173.83 -
System Red Green Blue C M Y K H S L
Decimal 202 131 4 0 0.35 0.98 0.21 38.48 0.96 0.4
Hex CA 83 4 0 23 62 15 26 60 28
Octal 312 203 4 0 43 142 25 46 140 50
Binary 11001010 10000011 100 0 100011 1100010 10101 100110 1100000 101000

Color Harmonies of #CA8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8304

Black with #CA8304

Text Example


Text Example

White with #CA8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8304; }

 p { color: rgb(202,131,4); }

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

background-color css

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

 a { background-color: rgb(202,131,4); }

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

border-color css

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

 span { border-color: rgb(202,131,4); }

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