Html Css Color HEX #CA8C11 Dark Goldenrod

📋 copy color: '#CA8C11'

red 202 ◦ green 140 ◦ blue 17

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

Shades of Dark Goldenrod #CA8C11

Tints of Dark Goldenrod #CA8C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 56.27%
G = 39%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA8C11 (or 0xCA8C11) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 11. RGB value is (202,140,17). Sum of RGB (Red+Green+Blue) = 202+140+17=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C11 is #3573EE. Grayscale: #919191. Windows color (decimal): -3503087 or 1150154. OLE color: 1150154.

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

Color convert

RGB 202 140 17 -
CMYK 0 0.31 0.92 0.21
HSL 39.89º 0.84% 0.43% -
HSV(B) 39.89º 0.92% 0.79% -
XYZ 33.84 31.35 4.8 -
YUV 144.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 202 140 17 0 0.31 0.92 0.21 39.89 0.84 0.43
Hex CA 8C 11 0 1F 5C 15 28 54 2B
Octal 312 214 21 0 37 134 25 50 124 53
Binary 11001010 10001100 10001 0 11111 1011100 10101 101000 1010100 101011

Color Harmonies of #CA8C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C11

Black with #CA8C11

Text Example


Text Example

White with #CA8C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C11; }

 p { color: rgb(202,140,17); }

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

background-color css

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

 a { background-color: rgb(202,140,17); }

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

border-color css

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

 span { border-color: rgb(202,140,17); }

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