Html Css Color HEX #DDDE7B Goldenrod

📋 copy color: '#DDDE7B'

red 221 ◦ green 222 ◦ blue 123

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

Shades of Goldenrod #DDDE7B

Tints of Goldenrod #DDDE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.73%

R = 39.05%
G = 39.22%
B = 21.73%

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

#DDDE7B (or 0xDDDE7B) is known color: Goldenrod. HEX triplet: DD, DE and 7B. RGB value is (221,222,123). Sum of RGB (Red+Green+Blue) = 221+222+123=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE7B is #222184. Grayscale: #D2D2D2. Windows color (decimal): -2236805 or 8117981. OLE color: 8117981.

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

Color convert

RGB 221 222 123 -
CMYK 0.00 0 0.45 0.13
HSL 60.61º 0.6% 0.68% -
HSV(B) 60.61º 0.45% 0.87% -
XYZ 59.52 69.04 28.93 -
YUV 210.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 221 222 123 0.00 0 0.45 0.13 60.61 0.6 0.68
Hex DD DE 7B 0 0 2D D 3D 3C 44
Octal 335 336 173 0 0 55 15 75 74 104
Binary 11011101 11011110 1111011 0 0 101101 1101 111101 111100 1000100

Color Harmonies of #DDDE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE7B

Black with #DDDE7B

Text Example


Text Example

White with #DDDE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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