Html Css Color HEX #DDE062 Goldenrod

📋 copy color: '#DDE062'

red 221 ◦ green 224 ◦ blue 98

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

Shades of Goldenrod #DDE062

Tints of Goldenrod #DDE062

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.25%

 BLUE value IS 98 (38.67% from 255) = 18.05%

R = 40.7%
G = 41.25%
B = 18.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#DDE062 (or 0xDDE062) is known color: Goldenrod. HEX triplet: DD, E0 and 62. RGB value is (221,224,98). Sum of RGB (Red+Green+Blue) = 221+224+98=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE062 is #221F9D. Grayscale: #D1D1D1. Windows color (decimal): -2236318 or 6480093. OLE color: 6480093.

HSL color Cylindrical-coordinate representation of color #DDE062: hue angle of 61.43º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE062 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 98 -
CMYK 0.01 0 0.56 0.12
HSL 61.43º 0.67% 0.63% -
HSV(B) 61.43º 0.56% 0.88% -
XYZ 58.68 69.57 21.89 -
YUV 208.74 65.51 136.75 -
System Red Green Blue C M Y K H S L
Decimal 221 224 98 0.01 0 0.56 0.12 61.43 0.67 0.63
Hex DD E0 62 1 0 38 C 3D 43 3F
Octal 335 340 142 1 0 70 14 75 103 77
Binary 11011101 11100000 1100010 1 0 111000 1100 111101 1000011 111111

Color Harmonies of #DDE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE062

Black with #DDE062

Text Example


Text Example

White with #DDE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE062; }

 p { color: rgb(221,224,98); }

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

background-color css

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

 a { background-color: rgb(221,224,98); }

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

border-color css

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

 span { border-color: rgb(221,224,98); }

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