Html Css Color HEX #DFDE00 Golden Yellow

📋 copy color: '#DFDE00'

red 223 ◦ green 222 ◦ blue 0

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

Shades of Golden Yellow #DFDE00

Tints of Golden Yellow #DFDE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.11%
G = 49.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFDE00 (or 0xDFDE00) is known color: Golden Yellow. HEX triplet: DF, DE and 00. RGB value is (223,222,0). Sum of RGB (Red+Green+Blue) = 223+222+0=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDE00 is #2021FF. Grayscale: #C5C5C5. Windows color (decimal): -2105856 or 57055. OLE color: 57055.

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

Color convert

RGB 223 222 0 -
CMYK 0 0.00 1 0.13
HSL 59.73º 1% 0.44% -
HSV(B) 59.73º 1% 0.87% -
XYZ 56.55 67.93 10.13 -
YUV 196.99 16.83 146.55 -
System Red Green Blue C M Y K H S L
Decimal 223 222 0 0 0.00 1 0.13 59.73 1 0.44
Hex DF DE 0 0 0 64 D 3C 64 2C
Octal 337 336 0 0 0 144 15 74 144 54
Binary 11011111 11011110 0 0 0 1100100 1101 111100 1100100 101100

Color Harmonies of #DFDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE00

Black with #DFDE00

Text Example


Text Example

White with #DFDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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