Html Css Color HEX #DFDD04 Golden Yellow

📋 copy color: '#DFDD04'

red 223 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #DFDD04

Tints of Golden Yellow #DFDD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 49.78%
G = 49.33%
B = 0.89%

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

#DFDD04 (or 0xDFDD04) is known color: Golden Yellow. HEX triplet: DF, DD and 04. RGB value is (223,221,4). Sum of RGB (Red+Green+Blue) = 223+221+4=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD04 is #2022FB. Grayscale: #C5C5C5. Windows color (decimal): -2106108 or 318943. OLE color: 318943.

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

Color convert

RGB 223 221 4 -
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.31 67.41 10.16 -
YUV 196.86 19.16 146.64 -
System Red Green Blue C M Y K H S L
Decimal 223 221 4 0 0.01 0.98 0.13 59.45 0.96 0.45
Hex DF DD 4 0 1 62 D 3B 60 2D
Octal 337 335 4 0 1 142 15 73 140 55
Binary 11011111 11011101 100 0 1 1100010 1101 111011 1100000 101101

Color Harmonies of #DFDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD04

Black with #DFDD04

Text Example


Text Example

White with #DFDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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