Html Css Color HEX #DDDE7D Goldenrod

📋 copy color: '#DDDE7D'

red 221 ◦ green 222 ◦ blue 125

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

Shades of Goldenrod #DDDE7D

Tints of Goldenrod #DDDE7D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

 BLUE value IS 125 (49.22% from 255) = 22.01%

R = 38.91%
G = 39.08%
B = 22.01%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDDE7D (or 0xDDDE7D) is known color: Goldenrod. HEX triplet: DD, DE and 7D. RGB value is (221,222,125). Sum of RGB (Red+Green+Blue) = 221+222+125=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE7D is #222182. Grayscale: #D3D3D3. Windows color (decimal): -2236803 or 8249053. OLE color: 8249053.

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

Color convert

RGB 221 222 125 -
CMYK 0.00 0 0.44 0.13
HSL 60.62º 0.6% 0.68% -
HSV(B) 60.62º 0.44% 0.87% -
XYZ 59.64 69.1 29.6 -
YUV 210.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 221 222 125 0.00 0 0.44 0.13 60.62 0.6 0.68
Hex DD DE 7D 0 0 2C D 3D 3C 44
Octal 335 336 175 0 0 54 15 75 74 104
Binary 11011101 11011110 1111101 0 0 101100 1101 111101 111100 1000100

Color Harmonies of #DDDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE7D

Black with #DDDE7D

Text Example


Text Example

White with #DDDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE7D; }

 p { color: rgb(221,222,125); }

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

background-color css

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

 a { background-color: rgb(221,222,125); }

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

border-color css

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

 span { border-color: rgb(221,222,125); }

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