Html Css Color HEX #CA7D0D Dark Goldenrod

📋 copy color: '#CA7D0D'

red 202 ◦ green 125 ◦ blue 13

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

Shades of Dark Goldenrod #CA7D0D

Tints of Dark Goldenrod #CA7D0D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.76%

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

R = 59.41%
G = 36.76%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA7D0D (or 0xCA7D0D) is known color: Dark Goldenrod. HEX triplet: CA, 7D and 0D. RGB value is (202,125,13). Sum of RGB (Red+Green+Blue) = 202+125+13=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D0D is #3582F2. Grayscale: #878787. Windows color (decimal): -3506931 or 884170. OLE color: 884170.

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

Color convert

RGB 202 125 13 -
CMYK 0 0.38 0.94 0.21
HSL 35.56º 0.88% 0.42% -
HSV(B) 35.56º 0.94% 0.79% -
XYZ 31.76 27.25 3.97 -
YUV 135.26 59.01 175.61 -
System Red Green Blue C M Y K H S L
Decimal 202 125 13 0 0.38 0.94 0.21 35.56 0.88 0.42
Hex CA 7D D 0 26 5E 15 24 58 2A
Octal 312 175 15 0 46 136 25 44 130 52
Binary 11001010 1111101 1101 0 100110 1011110 10101 100100 1011000 101010

Color Harmonies of #CA7D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D0D

Black with #CA7D0D

Text Example


Text Example

White with #CA7D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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