Html Css Color HEX #DEDF18 Golden Fizz

📋 copy color: '#DEDF18'

red 222 ◦ green 223 ◦ blue 24

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

Shades of Golden Fizz #DEDF18

Tints of Golden Fizz #DEDF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.12%

R = 47.33%
G = 47.55%
B = 5.12%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEDF18 (or 0xDEDF18) is known color: Golden Fizz. HEX triplet: DE, DF and 18. RGB value is (222,223,24). Sum of RGB (Red+Green+Blue) = 222+223+24=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF18 is #2120E7. Grayscale: #C8C8C8. Windows color (decimal): -2171112 or 1630174. OLE color: 1630174.

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

Color convert

RGB 222 223 24 -
CMYK 0.00 0 0.89 0.13
HSL 60.3º 0.81% 0.48% -
HSV(B) 60.3º 0.89% 0.87% -
XYZ 56.68 68.37 11.07 -
YUV 200.02 28.67 143.68 -
System Red Green Blue C M Y K H S L
Decimal 222 223 24 0.00 0 0.89 0.13 60.3 0.81 0.48
Hex DE DF 18 0 0 59 D 3C 51 30
Octal 336 337 30 0 0 131 15 74 121 60
Binary 11011110 11011111 11000 0 0 1011001 1101 111100 1010001 110000

Color Harmonies of #DEDF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF18

Black with #DEDF18

Text Example


Text Example

White with #DEDF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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