Html Css Color HEX #DEDF6F Goldenrod

📋 copy color: '#DEDF6F'

red 222 ◦ green 223 ◦ blue 111

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

Shades of Goldenrod #DEDF6F

Tints of Goldenrod #DEDF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.96%

R = 39.93%
G = 40.11%
B = 19.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEDF6F (or 0xDEDF6F) is known color: Goldenrod. HEX triplet: DE, DF and 6F. RGB value is (222,223,111). Sum of RGB (Red+Green+Blue) = 222+223+111=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF6F is #212090. Grayscale: #D2D2D2. Windows color (decimal): -2171025 or 7331806. OLE color: 7331806.

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

Color convert

RGB 222 223 111 -
CMYK 0.00 0 0.50 0.13
HSL 60.54º 0.64% 0.65% -
HSV(B) 60.54º 0.5% 0.87% -
XYZ 59.38 69.45 25.31 -
YUV 209.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 222 223 111 0.00 0 0.50 0.13 60.54 0.64 0.65
Hex DE DF 6F 0 0 32 D 3D 40 41
Octal 336 337 157 0 0 62 15 75 100 101
Binary 11011110 11011111 1101111 0 0 110010 1101 111101 1000000 1000001

Color Harmonies of #DEDF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF6F

Black with #DEDF6F

Text Example


Text Example

White with #DEDF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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