Html Css Color HEX #DCD006 Bird Flower

📋 copy color: '#DCD006'

red 220 ◦ green 208 ◦ blue 6

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

Shades of Bird Flower #DCD006

Tints of Bird Flower #DCD006

RGB

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

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

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

R = 50.69%
G = 47.93%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCD006 (or 0xDCD006) is known color: Bird Flower. HEX triplet: DC, D0 and 06. RGB value is (220,208,6). Sum of RGB (Red+Green+Blue) = 220+208+6=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD006 is #232FF9. Grayscale: #BDBDBD. Windows color (decimal): -2306042 or 446684. OLE color: 446684.

HSL color Cylindrical-coordinate representation of color #DCD006: hue angle of 56.64º 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 #DCD006 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 6 -
CMYK 0 0.05 0.97 0.14
HSL 56.64º 0.95% 0.44% -
HSV(B) 56.64º 0.97% 0.86% -
XYZ 52.1 60.34 9.07 -
YUV 188.56 24.98 150.43 -
System Red Green Blue C M Y K H S L
Decimal 220 208 6 0 0.05 0.97 0.14 56.64 0.95 0.44
Hex DC D0 6 0 5 61 E 39 5F 2C
Octal 334 320 6 0 5 141 16 71 137 54
Binary 11011100 11010000 110 0 101 1100001 1110 111001 1011111 101100

Color Harmonies of #DCD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD006

Black with #DCD006

Text Example


Text Example

White with #DCD006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD006; }

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

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

background-color css

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

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

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

border-color css

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

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

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