Html Css Color HEX #DCD309 Bird Flower

📋 copy color: '#DCD309'

red 220 ◦ green 211 ◦ blue 9

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

Shades of Bird Flower #DCD309

Tints of Bird Flower #DCD309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.05%

R = 50%
G = 47.95%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCD309 (or 0xDCD309) is known color: Bird Flower. HEX triplet: DC, D3 and 09. RGB value is (220,211,9). Sum of RGB (Red+Green+Blue) = 220+211+9=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD309 is #232CF6. Grayscale: #BFBFBF. Windows color (decimal): -2305271 or 644060. OLE color: 644060.

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

Color convert

RGB 220 211 9 -
CMYK 0 0.04 0.96 0.14
HSL 57.44º 0.92% 0.45% -
HSV(B) 57.44º 0.96% 0.86% -
XYZ 52.86 61.82 9.41 -
YUV 190.66 25.48 148.93 -
System Red Green Blue C M Y K H S L
Decimal 220 211 9 0 0.04 0.96 0.14 57.44 0.92 0.45
Hex DC D3 9 0 4 60 E 39 5C 2D
Octal 334 323 11 0 4 140 16 71 134 55
Binary 11011100 11010011 1001 0 100 1100000 1110 111001 1011100 101101

Color Harmonies of #DCD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD309

Black with #DCD309

Text Example


Text Example

White with #DCD309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD309; }

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

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

background-color css

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

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

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

border-color css

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

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

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