Html Css Color HEX #DFD300 Bird Flower

📋 copy color: '#DFD300'

red 223 ◦ green 211 ◦ blue 0

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

Shades of Bird Flower #DFD300

Tints of Bird Flower #DFD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

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

R = 51.38%
G = 48.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFD300 (or 0xDFD300) is known color: Bird Flower. HEX triplet: DF, D3 and 00. RGB value is (223,211,0). Sum of RGB (Red+Green+Blue) = 223+211+0=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD300 is #202CFF. Grayscale: #BFBFBF. Windows color (decimal): -2108672 or 54239. OLE color: 54239.

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

Color convert

RGB 223 211 0 -
CMYK 0 0.05 1 0.13
HSL 56.77º 1% 0.44% -
HSV(B) 56.77º 1% 0.87% -
XYZ 53.73 62.28 9.19 -
YUV 190.53 20.48 151.16 -
System Red Green Blue C M Y K H S L
Decimal 223 211 0 0 0.05 1 0.13 56.77 1 0.44
Hex DF D3 0 0 5 64 D 39 64 2C
Octal 337 323 0 0 5 144 15 71 144 54
Binary 11011111 11010011 0 0 101 1100100 1101 111001 1100100 101100

Color Harmonies of #DFD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD300

Black with #DFD300

Text Example


Text Example

White with #DFD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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