Html Css Color HEX #CA8D0D Dark Goldenrod

📋 copy color: '#CA8D0D'

red 202 ◦ green 141 ◦ blue 13

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

Shades of Dark Goldenrod #CA8D0D

Tints of Dark Goldenrod #CA8D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.65%

R = 56.74%
G = 39.61%
B = 3.65%

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

#CA8D0D (or 0xCA8D0D) is known color: Dark Goldenrod. HEX triplet: CA, 8D and 0D. RGB value is (202,141,13). Sum of RGB (Red+Green+Blue) = 202+141+13=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8D0D is #3572F2. Grayscale: #919191. Windows color (decimal): -3502835 or 888266. OLE color: 888266.

HSL color Cylindrical-coordinate representation of color #CA8D0D: hue angle of 40.63º degrees, saturation: 0.88, 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 #CA8D0D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 13 -
CMYK 0 0.30 0.94 0.21
HSL 40.63º 0.88% 0.42% -
HSV(B) 40.63º 0.94% 0.79% -
XYZ 33.95 31.64 4.7 -
YUV 144.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 202 141 13 0 0.30 0.94 0.21 40.63 0.88 0.42
Hex CA 8D D 0 1E 5E 15 29 58 2A
Octal 312 215 15 0 36 136 25 51 130 52
Binary 11001010 10001101 1101 0 11110 1011110 10101 101001 1011000 101010

Color Harmonies of #CA8D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D0D

Black with #CA8D0D

Text Example


Text Example

White with #CA8D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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