Html Css Color HEX #DDDE72 Goldenrod

📋 copy color: '#DDDE72'

red 221 ◦ green 222 ◦ blue 114

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

Shades of Goldenrod #DDDE72

Tints of Goldenrod #DDDE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.47%

R = 39.68%
G = 39.86%
B = 20.47%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDDE72 (or 0xDDDE72) is known color: Goldenrod. HEX triplet: DD, DE and 72. RGB value is (221,222,114). Sum of RGB (Red+Green+Blue) = 221+222+114=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE72 is #22218D. Grayscale: #D1D1D1. Windows color (decimal): -2236814 or 7528157. OLE color: 7528157.

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

Color convert

RGB 221 222 114 -
CMYK 0.00 0 0.49 0.13
HSL 60.56º 0.62% 0.66% -
HSV(B) 60.56º 0.49% 0.87% -
XYZ 58.98 68.83 26.1 -
YUV 209.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 221 222 114 0.00 0 0.49 0.13 60.56 0.62 0.66
Hex DD DE 72 0 0 31 D 3D 3E 42
Octal 335 336 162 0 0 61 15 75 76 102
Binary 11011101 11011110 1110010 0 0 110001 1101 111101 111110 1000010

Color Harmonies of #DDDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE72

Black with #DDDE72

Text Example


Text Example

White with #DDDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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