Html Css Color HEX #DEDF6C Goldenrod

📋 copy color: '#DEDF6C'

red 222 ◦ green 223 ◦ blue 108

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

Shades of Goldenrod #DEDF6C

Tints of Goldenrod #DEDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.53%

R = 40.14%
G = 40.33%
B = 19.53%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DEDF6C (or 0xDEDF6C) is known color: Goldenrod. HEX triplet: DE, DF and 6C. RGB value is (222,223,108). Sum of RGB (Red+Green+Blue) = 222+223+108=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF6C is #212093. Grayscale: #D2D2D2. Windows color (decimal): -2171028 or 7135198. OLE color: 7135198.

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

Color convert

RGB 222 223 108 -
CMYK 0.00 0 0.52 0.13
HSL 60.52º 0.64% 0.65% -
HSV(B) 60.52º 0.52% 0.87% -
XYZ 59.22 69.39 24.46 -
YUV 209.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 222 223 108 0.00 0 0.52 0.13 60.52 0.64 0.65
Hex DE DF 6C 0 0 34 D 3D 40 41
Octal 336 337 154 0 0 64 15 75 100 101
Binary 11011110 11011111 1101100 0 0 110100 1101 111101 1000000 1000001

Color Harmonies of #DEDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF6C

Black with #DEDF6C

Text Example


Text Example

White with #DEDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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