Html Css Color HEX #DCD306 Bird Flower

📋 copy color: '#DCD306'

red 220 ◦ green 211 ◦ blue 6

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

Shades of Bird Flower #DCD306

Tints of Bird Flower #DCD306

RGB

 RED value IS 220 (86.33% from 255) = 50.34%

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

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

R = 50.34%
G = 48.28%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCD306 (or 0xDCD306) is known color: Bird Flower. HEX triplet: DC, D3 and 06. RGB value is (220,211,6). Sum of RGB (Red+Green+Blue) = 220+211+6=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD306 is #232CF9. Grayscale: #BFBFBF. Windows color (decimal): -2305274 or 447452. OLE color: 447452.

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

Color convert

RGB 220 211 6 -
CMYK 0 0.04 0.97 0.14
HSL 57.48º 0.95% 0.44% -
HSV(B) 57.48º 0.97% 0.86% -
XYZ 52.84 61.82 9.32 -
YUV 190.32 23.98 149.17 -
System Red Green Blue C M Y K H S L
Decimal 220 211 6 0 0.04 0.97 0.14 57.48 0.95 0.44
Hex DC D3 6 0 4 61 E 39 5F 2C
Octal 334 323 6 0 4 141 16 71 137 54
Binary 11011100 11010011 110 0 100 1100001 1110 111001 1011111 101100

Color Harmonies of #DCD306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD306

Black with #DCD306

Text Example


Text Example

White with #DCD306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD306; }

 p { color: rgb(220,211,6); }

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

background-color css

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

 a { background-color: rgb(220,211,6); }

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

border-color css

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

 span { border-color: rgb(220,211,6); }

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