Html Css Color HEX #DDE364 Goldenrod

📋 copy color: '#DDE364'

red 221 ◦ green 227 ◦ blue 100

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

Shades of Goldenrod #DDE364

Tints of Goldenrod #DDE364

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.42%

 BLUE value IS 100 (39.45% from 255) = 18.25%

R = 40.33%
G = 41.42%
B = 18.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#DDE364 (or 0xDDE364) is known color: Goldenrod. HEX triplet: DD, E3 and 64. RGB value is (221,227,100). Sum of RGB (Red+Green+Blue) = 221+227+100=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE364 is #221C9B. Grayscale: #D3D3D3. Windows color (decimal): -2235548 or 6611933. OLE color: 6611933.

HSL color Cylindrical-coordinate representation of color #DDE364: hue angle of 62.83º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE364 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 100 -
CMYK 0.03 0 0.56 0.11
HSL 62.83º 0.69% 0.64% -
HSV(B) 62.83º 0.56% 0.89% -
XYZ 59.59 71.23 22.66 -
YUV 210.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 221 227 100 0.03 0 0.56 0.11 62.83 0.69 0.64
Hex DD E3 64 3 0 38 B 3F 45 40
Octal 335 343 144 3 0 70 13 77 105 100
Binary 11011101 11100011 1100100 11 0 111000 1011 111111 1000101 1000000

Color Harmonies of #DDE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE364

Black with #DDE364

Text Example


Text Example

White with #DDE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE364; }

 p { color: rgb(221,227,100); }

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

background-color css

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

 a { background-color: rgb(221,227,100); }

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

border-color css

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

 span { border-color: rgb(221,227,100); }

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