Html Css Color HEX #DDE27B Goldenrod

📋 copy color: '#DDE27B'

red 221 ◦ green 226 ◦ blue 123

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

Shades of Goldenrod #DDE27B

Tints of Goldenrod #DDE27B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.65%

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

R = 38.77%
G = 39.65%
B = 21.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#DDE27B (or 0xDDE27B) is known color: Goldenrod. HEX triplet: DD, E2 and 7B. RGB value is (221,226,123). Sum of RGB (Red+Green+Blue) = 221+226+123=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE27B is #221D84. Grayscale: #D5D5D5. Windows color (decimal): -2235781 or 8119005. OLE color: 8119005.

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

Color convert

RGB 221 226 123 -
CMYK 0.02 0 0.46 0.11
HSL 62.91º 0.64% 0.68% -
HSV(B) 62.91º 0.46% 0.89% -
XYZ 60.59 71.19 29.29 -
YUV 212.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 221 226 123 0.02 0 0.46 0.11 62.91 0.64 0.68
Hex DD E2 7B 2 0 2E B 3F 40 44
Octal 335 342 173 2 0 56 13 77 100 104
Binary 11011101 11100010 1111011 10 0 101110 1011 111111 1000000 1000100

Color Harmonies of #DDE27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE27B

Black with #DDE27B

Text Example


Text Example

White with #DDE27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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