Html Css Color HEX #CA8814 Dark Goldenrod

📋 copy color: '#CA8814'

red 202 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #CA8814

Tints of Dark Goldenrod #CA8814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 56.42%
G = 37.99%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA8814 (or 0xCA8814) is known color: Dark Goldenrod. HEX triplet: CA, 88 and 14. RGB value is (202,136,20). Sum of RGB (Red+Green+Blue) = 202+136+20=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8814 is #3577EB. Grayscale: #8F8F8F. Windows color (decimal): -3504108 or 1345738. OLE color: 1345738.

HSL color Cylindrical-coordinate representation of color #CA8814: hue angle of 38.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA8814 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 20 -
CMYK 0 0.33 0.90 0.21
HSL 38.24º 0.82% 0.44% -
HSV(B) 38.24º 0.9% 0.79% -
XYZ 33.29 30.22 4.74 -
YUV 142.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 202 136 20 0 0.33 0.90 0.21 38.24 0.82 0.44
Hex CA 88 14 0 21 5A 15 26 52 2C
Octal 312 210 24 0 41 132 25 46 122 54
Binary 11001010 10001000 10100 0 100001 1011010 10101 100110 1010010 101100

Color Harmonies of #CA8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8814

Black with #CA8814

Text Example


Text Example

White with #CA8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8814; }

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

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

background-color css

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

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

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

border-color css

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

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

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