Html Css Color HEX #CA8813 Dark Goldenrod

📋 copy color: '#CA8813'

red 202 ◦ green 136 ◦ blue 19

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

Shades of Dark Goldenrod #CA8813

Tints of Dark Goldenrod #CA8813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 56.58%
G = 38.1%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA8813 (or 0xCA8813) is known color: Dark Goldenrod. HEX triplet: CA, 88 and 13. RGB value is (202,136,19). Sum of RGB (Red+Green+Blue) = 202+136+19=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8813 is #3577EC. Grayscale: #8E8E8E. Windows color (decimal): -3504109 or 1280202. OLE color: 1280202.

HSL color Cylindrical-coordinate representation of color #CA8813: hue angle of 38.36º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA8813 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 19 -
CMYK 0 0.33 0.91 0.21
HSL 38.36º 0.83% 0.43% -
HSV(B) 38.36º 0.91% 0.79% -
XYZ 33.28 30.21 4.69 -
YUV 142.4 58.37 170.51 -
System Red Green Blue C M Y K H S L
Decimal 202 136 19 0 0.33 0.91 0.21 38.36 0.83 0.43
Hex CA 88 13 0 21 5B 15 26 53 2B
Octal 312 210 23 0 41 133 25 46 123 53
Binary 11001010 10001000 10011 0 100001 1011011 10101 100110 1010011 101011

Color Harmonies of #CA8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8813

Black with #CA8813

Text Example


Text Example

White with #CA8813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8813; }

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

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

background-color css

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

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

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

border-color css

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

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

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