Html Css Color HEX #DFD504 Bird Flower

📋 copy color: '#DFD504'

red 223 ◦ green 213 ◦ blue 4

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

Shades of Bird Flower #DFD504

Tints of Bird Flower #DFD504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

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

R = 50.68%
G = 48.41%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFD504 (or 0xDFD504) is known color: Bird Flower. HEX triplet: DF, D5 and 04. RGB value is (223,213,4). Sum of RGB (Red+Green+Blue) = 223+213+4=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD504 is #202AFB. Grayscale: #C1C1C1. Windows color (decimal): -2108156 or 316895. OLE color: 316895.

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

Color convert

RGB 223 213 4 -
CMYK 0 0.04 0.98 0.13
HSL 57.26º 0.96% 0.45% -
HSV(B) 57.26º 0.98% 0.87% -
XYZ 54.25 63.29 9.47 -
YUV 192.16 21.81 149.99 -
System Red Green Blue C M Y K H S L
Decimal 223 213 4 0 0.04 0.98 0.13 57.26 0.96 0.45
Hex DF D5 4 0 4 62 D 39 60 2D
Octal 337 325 4 0 4 142 15 71 140 55
Binary 11011111 11010101 100 0 100 1100010 1101 111001 1100000 101101

Color Harmonies of #DFD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD504

Black with #DFD504

Text Example


Text Example

White with #DFD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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