Html Css Color HEX #DCDD7F Goldenrod

📋 copy color: '#DCDD7F'

red 220 ◦ green 221 ◦ blue 127

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

Shades of Goldenrod #DCDD7F

Tints of Goldenrod #DCDD7F

RGB

 RED value IS 220 (86.33% from 255) = 38.73%

 GREEN value IS 221 (86.72% from 255) = 38.91%

 BLUE value IS 127 (50% from 255) = 22.36%

R = 38.73%
G = 38.91%
B = 22.36%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DCDD7F (or 0xDCDD7F) is known color: Goldenrod. HEX triplet: DC, DD and 7F. RGB value is (220,221,127). Sum of RGB (Red+Green+Blue) = 220+221+127=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD7F is #232280. Grayscale: #D2D2D2. Windows color (decimal): -2302593 or 8379868. OLE color: 8379868.

HSL color Cylindrical-coordinate representation of color #DCDD7F: hue angle of 60.64º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCDD7F is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 127 -
CMYK 0.00 0 0.43 0.13
HSL 60.64º 0.58% 0.68% -
HSV(B) 60.64º 0.43% 0.87% -
XYZ 59.2 68.46 30.17 -
YUV 209.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 220 221 127 0.00 0 0.43 0.13 60.64 0.58 0.68
Hex DC DD 7F 0 0 2B D 3D 3A 44
Octal 334 335 177 0 0 53 15 75 72 104
Binary 11011100 11011101 1111111 0 0 101011 1101 111101 111010 1000100

Color Harmonies of #DCDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD7F

Black with #DCDD7F

Text Example


Text Example

White with #DCDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD7F; }

 p { color: rgb(220,221,127); }

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

background-color css

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

 a { background-color: rgb(220,221,127); }

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

border-color css

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

 span { border-color: rgb(220,221,127); }

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