Html Css Color HEX #DFDD05 Golden Yellow

📋 copy color: '#DFDD05'

red 223 ◦ green 221 ◦ blue 5

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

Shades of Golden Yellow #DFDD05

Tints of Golden Yellow #DFDD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

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

R = 49.67%
G = 49.22%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFDD05 (or 0xDFDD05) is known color: Golden Yellow. HEX triplet: DF, DD and 05. RGB value is (223,221,5). Sum of RGB (Red+Green+Blue) = 223+221+5=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD05 is #2022FA. Grayscale: #C5C5C5. Windows color (decimal): -2106107 or 384479. OLE color: 384479.

HSL color Cylindrical-coordinate representation of color #DFDD05: hue angle of 59.45º 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 #DFDD05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 5 -
CMYK 0 0.01 0.98 0.13
HSL 59.45º 0.96% 0.45% -
HSV(B) 59.45º 0.98% 0.87% -
XYZ 56.32 67.41 10.19 -
YUV 196.97 19.66 146.56 -
System Red Green Blue C M Y K H S L
Decimal 223 221 5 0 0.01 0.98 0.13 59.45 0.96 0.45
Hex DF DD 5 0 1 62 D 3B 60 2D
Octal 337 335 5 0 1 142 15 73 140 55
Binary 11011111 11011101 101 0 1 1100010 1101 111011 1100000 101101

Color Harmonies of #DFDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD05

Black with #DFDD05

Text Example


Text Example

White with #DFDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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