Html Css Color HEX #DFD506 Bird Flower

📋 copy color: '#DFD506'

red 223 ◦ green 213 ◦ blue 6

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

Shades of Bird Flower #DFD506

Tints of Bird Flower #DFD506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 50.45%
G = 48.19%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DFD506 (or 0xDFD506) is known color: Bird Flower. HEX triplet: DF, D5 and 06. RGB value is (223,213,6). Sum of RGB (Red+Green+Blue) = 223+213+6=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD506 is #202AF9. Grayscale: #C1C1C1. Windows color (decimal): -2108154 or 447967. OLE color: 447967.

HSL color Cylindrical-coordinate representation of color #DFD506: hue angle of 57.24º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFD506 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 213 6 -
CMYK 0 0.04 0.97 0.13
HSL 57.24º 0.95% 0.45% -
HSV(B) 57.24º 0.97% 0.87% -
XYZ 54.26 63.29 9.53 -
YUV 192.39 22.81 149.83 -
System Red Green Blue C M Y K H S L
Decimal 223 213 6 0 0.04 0.97 0.13 57.24 0.95 0.45
Hex DF D5 6 0 4 61 D 39 5F 2D
Octal 337 325 6 0 4 141 15 71 137 55
Binary 11011111 11010101 110 0 100 1100001 1101 111001 1011111 101101

Color Harmonies of #DFD506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD506

Black with #DFD506

Text Example


Text Example

White with #DFD506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD506; }

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

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

background-color css

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

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

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

border-color css

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

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

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