Html Css Color HEX #CA8D0C Dark Goldenrod

📋 copy color: '#CA8D0C'

red 202 ◦ green 141 ◦ blue 12

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

Shades of Dark Goldenrod #CA8D0C

Tints of Dark Goldenrod #CA8D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.72%

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 56.9%
G = 39.72%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA8D0C (or 0xCA8D0C) is known color: Dark Goldenrod. HEX triplet: CA, 8D and 0C. RGB value is (202,141,12). Sum of RGB (Red+Green+Blue) = 202+141+12=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8D0C is #3572F3. Grayscale: #919191. Windows color (decimal): -3502836 or 822730. OLE color: 822730.

HSL color Cylindrical-coordinate representation of color #CA8D0C: hue angle of 40.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA8D0C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 12 -
CMYK 0 0.30 0.94 0.21
HSL 40.74º 0.89% 0.42% -
HSV(B) 40.74º 0.94% 0.79% -
XYZ 33.95 31.63 4.66 -
YUV 144.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 202 141 12 0 0.30 0.94 0.21 40.74 0.89 0.42
Hex CA 8D C 0 1E 5E 15 29 59 2A
Octal 312 215 14 0 36 136 25 51 131 52
Binary 11001010 10001101 1100 0 11110 1011110 10101 101001 1011001 101010

Color Harmonies of #CA8D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D0C

Black with #CA8D0C

Text Example


Text Example

White with #CA8D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D0C; }

 p { color: rgb(202,141,12); }

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

background-color css

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

 a { background-color: rgb(202,141,12); }

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

border-color css

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

 span { border-color: rgb(202,141,12); }

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