Html Css Color HEX #DDE16C Goldenrod

📋 copy color: '#DDE16C'

red 221 ◦ green 225 ◦ blue 108

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

Shades of Goldenrod #DDE16C

Tints of Goldenrod #DDE16C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.61%

 BLUE value IS 108 (42.58% from 255) = 19.49%

R = 39.89%
G = 40.61%
B = 19.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#DDE16C (or 0xDDE16C) is known color: Goldenrod. HEX triplet: DD, E1 and 6C. RGB value is (221,225,108). Sum of RGB (Red+Green+Blue) = 221+225+108=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE16C is #221E93. Grayscale: #D2D2D2. Windows color (decimal): -2236052 or 7135709. OLE color: 7135709.

HSL color Cylindrical-coordinate representation of color #DDE16C: hue angle of 62.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDE16C is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 108 -
CMYK 0.02 0 0.52 0.12
HSL 62.05º 0.66% 0.65% -
HSV(B) 62.05º 0.52% 0.88% -
XYZ 59.45 70.31 24.62 -
YUV 210.47 70.17 135.51 -
System Red Green Blue C M Y K H S L
Decimal 221 225 108 0.02 0 0.52 0.12 62.05 0.66 0.65
Hex DD E1 6C 2 0 34 C 3E 42 41
Octal 335 341 154 2 0 64 14 76 102 101
Binary 11011101 11100001 1101100 10 0 110100 1100 111110 1000010 1000001

Color Harmonies of #DDE16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE16C

Black with #DDE16C

Text Example


Text Example

White with #DDE16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE16C; }

 p { color: rgb(221,225,108); }

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

background-color css

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

 a { background-color: rgb(221,225,108); }

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

border-color css

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

 span { border-color: rgb(221,225,108); }

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