Html Css Color HEX #DFD000 Bird Flower

📋 copy color: '#DFD000'

red 223 ◦ green 208 ◦ blue 0

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

Shades of Bird Flower #DFD000

Tints of Bird Flower #DFD000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

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

R = 51.74%
G = 48.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFD000 (or 0xDFD000) is known color: Bird Flower. HEX triplet: DF, D0 and 00. RGB value is (223,208,0). Sum of RGB (Red+Green+Blue) = 223+208+0=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD000 is #202FFF. Grayscale: #BDBDBD. Windows color (decimal): -2109440 or 53471. OLE color: 53471.

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

Color convert

RGB 223 208 0 -
CMYK 0 0.07 1 0.13
HSL 55.96º 1% 0.44% -
HSV(B) 55.96º 1% 0.87% -
XYZ 52.99 60.8 8.94 -
YUV 188.77 21.47 152.41 -
System Red Green Blue C M Y K H S L
Decimal 223 208 0 0 0.07 1 0.13 55.96 1 0.44
Hex DF D0 0 0 7 64 D 38 64 2C
Octal 337 320 0 0 7 144 15 70 144 54
Binary 11011111 11010000 0 0 111 1100100 1101 111000 1100100 101100

Color Harmonies of #DFD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD000

Black with #DFD000

Text Example


Text Example

White with #DFD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD000; }

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

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

background-color css

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

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

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

border-color css

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

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

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