Html Css Color HEX #CD8D04 Dark Goldenrod

📋 copy color: '#CD8D04'

red 205 ◦ green 141 ◦ blue 4

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

Shades of Dark Goldenrod #CD8D04

Tints of Dark Goldenrod #CD8D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 58.57%
G = 40.29%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CD8D04 (or 0xCD8D04) is known color: Dark Goldenrod. HEX triplet: CD, 8D and 04. RGB value is (205,141,4). Sum of RGB (Red+Green+Blue) = 205+141+4=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8D04 is #3272FB. Grayscale: #919191. Windows color (decimal): -3306236 or 298445. OLE color: 298445.

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

Color convert

RGB 205 141 4 -
CMYK 0 0.31 0.98 0.20
HSL 40.9º 0.96% 0.41% -
HSV(B) 40.9º 0.98% 0.8% -
XYZ 34.72 32.04 4.47 -
YUV 144.52 48.7 171.14 -
System Red Green Blue C M Y K H S L
Decimal 205 141 4 0 0.31 0.98 0.20 40.9 0.96 0.41
Hex CD 8D 4 0 1F 62 14 29 60 29
Octal 315 215 4 0 37 142 24 51 140 51
Binary 11001101 10001101 100 0 11111 1100010 10100 101001 1100000 101001

Color Harmonies of #CD8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D04

Black with #CD8D04

Text Example


Text Example

White with #CD8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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