Html Css Color HEX #DCD706 Bird Flower

📋 copy color: '#DCD706'

red 220 ◦ green 215 ◦ blue 6

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

Shades of Bird Flower #DCD706

Tints of Bird Flower #DCD706

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.75%

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

R = 49.89%
G = 48.75%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCD706 (or 0xDCD706) is known color: Bird Flower. HEX triplet: DC, D7 and 06. RGB value is (220,215,6). Sum of RGB (Red+Green+Blue) = 220+215+6=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD706 is #2328F9. Grayscale: #C1C1C1. Windows color (decimal): -2304250 or 448476. OLE color: 448476.

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

Color convert

RGB 220 215 6 -
CMYK 0 0.02 0.97 0.14
HSL 58.6º 0.95% 0.44% -
HSV(B) 58.6º 0.97% 0.86% -
XYZ 53.85 63.83 9.65 -
YUV 192.67 22.66 147.49 -
System Red Green Blue C M Y K H S L
Decimal 220 215 6 0 0.02 0.97 0.14 58.6 0.95 0.44
Hex DC D7 6 0 2 61 E 3B 5F 2C
Octal 334 327 6 0 2 141 16 73 137 54
Binary 11011100 11010111 110 0 10 1100001 1110 111011 1011111 101100

Color Harmonies of #DCD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD706

Black with #DCD706

Text Example


Text Example

White with #DCD706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD706; }

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

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

background-color css

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

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

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

border-color css

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

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

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