Html Css Color HEX #DFD302 Bird Flower

📋 copy color: '#DFD302'

red 223 ◦ green 211 ◦ blue 2

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

Shades of Bird Flower #DFD302

Tints of Bird Flower #DFD302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 51.15%
G = 48.39%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFD302 (or 0xDFD302) is known color: Bird Flower. HEX triplet: DF, D3 and 02. RGB value is (223,211,2). Sum of RGB (Red+Green+Blue) = 223+211+2=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD302 is #202CFD. Grayscale: #BFBFBF. Windows color (decimal): -2108670 or 185311. OLE color: 185311.

HSL color Cylindrical-coordinate representation of color #DFD302: hue angle of 56.74º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFD302 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 2 -
CMYK 0 0.05 0.99 0.13
HSL 56.74º 0.98% 0.44% -
HSV(B) 56.74º 0.99% 0.87% -
XYZ 53.74 62.28 9.25 -
YUV 190.76 21.48 150.99 -
System Red Green Blue C M Y K H S L
Decimal 223 211 2 0 0.05 0.99 0.13 56.74 0.98 0.44
Hex DF D3 2 0 5 63 D 39 62 2C
Octal 337 323 2 0 5 143 15 71 142 54
Binary 11011111 11010011 10 0 101 1100011 1101 111001 1100010 101100

Color Harmonies of #DFD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD302

Black with #DFD302

Text Example


Text Example

White with #DFD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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