Html Css Color HEX #CD820D Dark Goldenrod

📋 copy color: '#CD820D'

red 205 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #CD820D

Tints of Dark Goldenrod #CD820D

RGB

 RED value IS 205 (80.47% from 255) = 58.91%

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 58.91%
G = 37.36%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD820D (or 0xCD820D) is known color: Dark Goldenrod. HEX triplet: CD, 82 and 0D. RGB value is (205,130,13). Sum of RGB (Red+Green+Blue) = 205+130+13=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD820D is #327DF2. Grayscale: #8B8B8B. Windows color (decimal): -3309043 or 885453. OLE color: 885453.

HSL color Cylindrical-coordinate representation of color #CD820D: hue angle of 36.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD820D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 130 13 -
CMYK 0 0.37 0.94 0.20
HSL 36.56º 0.88% 0.43% -
HSV(B) 36.56º 0.94% 0.8% -
XYZ 33.23 28.97 4.22 -
YUV 139.09 56.85 175.01 -
System Red Green Blue C M Y K H S L
Decimal 205 130 13 0 0.37 0.94 0.20 36.56 0.88 0.43
Hex CD 82 D 0 25 5E 14 25 58 2B
Octal 315 202 15 0 45 136 24 45 130 53
Binary 11001101 10000010 1101 0 100101 1011110 10100 100101 1011000 101011

Color Harmonies of #CD820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD820D

Black with #CD820D

Text Example


Text Example

White with #CD820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD820D; }

 p { color: rgb(205,130,13); }

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

background-color css

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

 a { background-color: rgb(205,130,13); }

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

border-color css

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

 span { border-color: rgb(205,130,13); }

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