Html Css Color HEX #DEDF6E Goldenrod

📋 copy color: '#DEDF6E'

red 222 ◦ green 223 ◦ blue 110

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

Shades of Goldenrod #DEDF6E

Tints of Goldenrod #DEDF6E

RGB

 RED value IS 222 (87.11% from 255) = 40%

 GREEN value IS 223 (87.5% from 255) = 40.18%

 BLUE value IS 110 (43.36% from 255) = 19.82%

R = 40%
G = 40.18%
B = 19.82%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DEDF6E (or 0xDEDF6E) is known color: Goldenrod. HEX triplet: DE, DF and 6E. RGB value is (222,223,110). Sum of RGB (Red+Green+Blue) = 222+223+110=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF6E is #212091. Grayscale: #D2D2D2. Windows color (decimal): -2171026 or 7266270. OLE color: 7266270.

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

Color convert

RGB 222 223 110 -
CMYK 0.00 0 0.51 0.13
HSL 60.53º 0.64% 0.65% -
HSV(B) 60.53º 0.51% 0.87% -
XYZ 59.33 69.43 25.03 -
YUV 209.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 222 223 110 0.00 0 0.51 0.13 60.53 0.64 0.65
Hex DE DF 6E 0 0 33 D 3D 40 41
Octal 336 337 156 0 0 63 15 75 100 101
Binary 11011110 11011111 1101110 0 0 110011 1101 111101 1000000 1000001

Color Harmonies of #DEDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF6E

Black with #DEDF6E

Text Example


Text Example

White with #DEDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF6E; }

 p { color: rgb(222,223,110); }

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

background-color css

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

 a { background-color: rgb(222,223,110); }

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

border-color css

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

 span { border-color: rgb(222,223,110); }

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