Html Css Color HEX #DDDE7A Goldenrod

📋 copy color: '#DDDE7A'

red 221 ◦ green 222 ◦ blue 122

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

Shades of Goldenrod #DDDE7A

Tints of Goldenrod #DDDE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.59%

R = 39.12%
G = 39.29%
B = 21.59%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDDE7A (or 0xDDDE7A) is known color: Goldenrod. HEX triplet: DD, DE and 7A. RGB value is (221,222,122). Sum of RGB (Red+Green+Blue) = 221+222+122=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE7A is #222185. Grayscale: #D2D2D2. Windows color (decimal): -2236806 or 8052445. OLE color: 8052445.

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

Color convert

RGB 221 222 122 -
CMYK 0.00 0 0.45 0.13
HSL 60.6º 0.6% 0.67% -
HSV(B) 60.6º 0.45% 0.87% -
XYZ 59.45 69.02 28.6 -
YUV 210.3 78.17 135.63 -
System Red Green Blue C M Y K H S L
Decimal 221 222 122 0.00 0 0.45 0.13 60.6 0.6 0.67
Hex DD DE 7A 0 0 2D D 3D 3C 43
Octal 335 336 172 0 0 55 15 75 74 103
Binary 11011101 11011110 1111010 0 0 101101 1101 111101 111100 1000011

Color Harmonies of #DDDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE7A

Black with #DDDE7A

Text Example


Text Example

White with #DDDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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