Html Css Color HEX #CA8C0D Dark Goldenrod

📋 copy color: '#CA8C0D'

red 202 ◦ green 140 ◦ blue 13

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

Shades of Dark Goldenrod #CA8C0D

Tints of Dark Goldenrod #CA8C0D

RGB

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

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

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

R = 56.9%
G = 39.44%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA8C0D (or 0xCA8C0D) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 0D. RGB value is (202,140,13). Sum of RGB (Red+Green+Blue) = 202+140+13=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C0D is #3573F2. Grayscale: #909090. Windows color (decimal): -3503091 or 888010. OLE color: 888010.

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

Color convert

RGB 202 140 13 -
CMYK 0 0.31 0.94 0.21
HSL 40.32º 0.88% 0.42% -
HSV(B) 40.32º 0.94% 0.79% -
XYZ 33.81 31.34 4.65 -
YUV 144.06 54.04 169.33 -
System Red Green Blue C M Y K H S L
Decimal 202 140 13 0 0.31 0.94 0.21 40.32 0.88 0.42
Hex CA 8C D 0 1F 5E 15 28 58 2A
Octal 312 214 15 0 37 136 25 50 130 52
Binary 11001010 10001100 1101 0 11111 1011110 10101 101000 1011000 101010

Color Harmonies of #CA8C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C0D

Black with #CA8C0D

Text Example


Text Example

White with #CA8C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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