Html Css Color HEX #CD8C10 Dark Goldenrod

📋 copy color: '#CD8C10'

red 205 ◦ green 140 ◦ blue 16

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

Shades of Dark Goldenrod #CD8C10

Tints of Dark Goldenrod #CD8C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 56.79%
G = 38.78%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD8C10 (or 0xCD8C10) is known color: Dark Goldenrod. HEX triplet: CD, 8C and 10. RGB value is (205,140,16). Sum of RGB (Red+Green+Blue) = 205+140+16=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8C10 is #3273EF. Grayscale: #919191. Windows color (decimal): -3306480 or 1084621. OLE color: 1084621.

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

Color convert

RGB 205 140 16 -
CMYK 0 0.32 0.92 0.20
HSL 39.37º 0.86% 0.43% -
HSV(B) 39.37º 0.92% 0.8% -
XYZ 34.65 31.77 4.8 -
YUV 145.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 205 140 16 0 0.32 0.92 0.20 39.37 0.86 0.43
Hex CD 8C 10 0 20 5C 14 27 56 2B
Octal 315 214 20 0 40 134 24 47 126 53
Binary 11001101 10001100 10000 0 100000 1011100 10100 100111 1010110 101011

Color Harmonies of #CD8C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C10

Black with #CD8C10

Text Example


Text Example

White with #CD8C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C10; }

 p { color: rgb(205,140,16); }

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

background-color css

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

 a { background-color: rgb(205,140,16); }

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

border-color css

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

 span { border-color: rgb(205,140,16); }

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