Html Css Color HEX #DFDE05 Golden Yellow

📋 copy color: '#DFDE05'

red 223 ◦ green 222 ◦ blue 5

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

Shades of Golden Yellow #DFDE05

Tints of Golden Yellow #DFDE05

RGB

 RED value IS 223 (87.5% from 255) = 49.56%

 GREEN value IS 222 (87.11% from 255) = 49.33%

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 49.56%
G = 49.33%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFDE05 (or 0xDFDE05) is known color: Golden Yellow. HEX triplet: DF, DE and 05. RGB value is (223,222,5). Sum of RGB (Red+Green+Blue) = 223+222+5=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDE05 is #2021FA. Grayscale: #C6C6C6. Windows color (decimal): -2105851 or 384735. OLE color: 384735.

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

Color convert

RGB 223 222 5 -
CMYK 0 0.00 0.98 0.13
HSL 59.72º 0.96% 0.45% -
HSV(B) 59.72º 0.98% 0.87% -
XYZ 56.58 67.94 10.28 -
YUV 197.56 19.33 146.14 -
System Red Green Blue C M Y K H S L
Decimal 223 222 5 0 0.00 0.98 0.13 59.72 0.96 0.45
Hex DF DE 5 0 0 62 D 3C 60 2D
Octal 337 336 5 0 0 142 15 74 140 55
Binary 11011111 11011110 101 0 0 1100010 1101 111100 1100000 101101

Color Harmonies of #DFDE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE05

Black with #DFDE05

Text Example


Text Example

White with #DFDE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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