Html Css Color HEX #CD8713 Dark Goldenrod

📋 copy color: '#CD8713'

red 205 ◦ green 135 ◦ blue 19

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

Shades of Dark Goldenrod #CD8713

Tints of Dark Goldenrod #CD8713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 57.1%
G = 37.6%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD8713 (or 0xCD8713) is known color: Dark Goldenrod. HEX triplet: CD, 87 and 13. RGB value is (205,135,19). Sum of RGB (Red+Green+Blue) = 205+135+19=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8713 is #3278EC. Grayscale: #8F8F8F. Windows color (decimal): -3307757 or 1279949. OLE color: 1279949.

HSL color Cylindrical-coordinate representation of color #CD8713: hue angle of 37.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD8713 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 135 19 -
CMYK 0 0.34 0.91 0.20
HSL 37.42º 0.83% 0.44% -
HSV(B) 37.42º 0.91% 0.8% -
XYZ 33.96 30.35 4.69 -
YUV 142.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 205 135 19 0 0.34 0.91 0.20 37.42 0.83 0.44
Hex CD 87 13 0 22 5B 14 25 53 2C
Octal 315 207 23 0 42 133 24 45 123 54
Binary 11001101 10000111 10011 0 100010 1011011 10100 100101 1010011 101100

Color Harmonies of #CD8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8713

Black with #CD8713

Text Example


Text Example

White with #CD8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8713; }

 p { color: rgb(205,135,19); }

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

background-color css

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

 a { background-color: rgb(205,135,19); }

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

border-color css

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

 span { border-color: rgb(205,135,19); }

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