Html Css Color HEX #DEDF66 Goldenrod

📋 copy color: '#DEDF66'

red 222 ◦ green 223 ◦ blue 102

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

Shades of Goldenrod #DEDF66

Tints of Goldenrod #DEDF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.65%

R = 40.59%
G = 40.77%
B = 18.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DEDF66 (or 0xDEDF66) is known color: Goldenrod. HEX triplet: DE, DF and 66. RGB value is (222,223,102). Sum of RGB (Red+Green+Blue) = 222+223+102=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF66 is #212099. Grayscale: #D1D1D1. Windows color (decimal): -2171034 or 6741982. OLE color: 6741982.

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

Color convert

RGB 222 223 102 -
CMYK 0.00 0 0.54 0.13
HSL 60.5º 0.65% 0.64% -
HSV(B) 60.5º 0.54% 0.87% -
XYZ 58.91 69.26 22.83 -
YUV 208.91 67.67 137.34 -
System Red Green Blue C M Y K H S L
Decimal 222 223 102 0.00 0 0.54 0.13 60.5 0.65 0.64
Hex DE DF 66 0 0 36 D 3C 41 40
Octal 336 337 146 0 0 66 15 74 101 100
Binary 11011110 11011111 1100110 0 0 110110 1101 111100 1000001 1000000

Color Harmonies of #DEDF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF66

Black with #DEDF66

Text Example


Text Example

White with #DEDF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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