Html Css Color HEX #CD8D0A Dark Goldenrod

📋 copy color: '#CD8D0A'

red 205 ◦ green 141 ◦ blue 10

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

Shades of Dark Goldenrod #CD8D0A

Tints of Dark Goldenrod #CD8D0A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

 BLUE value IS 10 (4.3% from 255) = 2.81%

R = 57.58%
G = 39.61%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD8D0A (or 0xCD8D0A) is known color: Dark Goldenrod. HEX triplet: CD, 8D and 0A. RGB value is (205,141,10). Sum of RGB (Red+Green+Blue) = 205+141+10=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8D0A is #3272F5. Grayscale: #919191. Windows color (decimal): -3306230 or 691661. OLE color: 691661.

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

Color convert

RGB 205 141 10 -
CMYK 0 0.31 0.95 0.20
HSL 40.31º 0.91% 0.42% -
HSV(B) 40.31º 0.95% 0.8% -
XYZ 34.76 32.05 4.64 -
YUV 145.2 51.7 170.65 -
System Red Green Blue C M Y K H S L
Decimal 205 141 10 0 0.31 0.95 0.20 40.31 0.91 0.42
Hex CD 8D A 0 1F 5F 14 28 5B 2A
Octal 315 215 12 0 37 137 24 50 133 52
Binary 11001101 10001101 1010 0 11111 1011111 10100 101000 1011011 101010

Color Harmonies of #CD8D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D0A

Black with #CD8D0A

Text Example


Text Example

White with #CD8D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D0A; }

 p { color: rgb(205,141,10); }

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

background-color css

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

 a { background-color: rgb(205,141,10); }

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

border-color css

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

 span { border-color: rgb(205,141,10); }

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