Html Css Color HEX #DACD10 Bird Flower

📋 copy color: '#DACD10'

red 218 ◦ green 205 ◦ blue 16

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

Shades of Bird Flower #DACD10

Tints of Bird Flower #DACD10

RGB

 RED value IS 218 (85.55% from 255) = 49.66%

 GREEN value IS 205 (80.47% from 255) = 46.7%

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 49.66%
G = 46.7%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DACD10 (or 0xDACD10) is known color: Bird Flower. HEX triplet: DA, CD and 10. RGB value is (218,205,16). Sum of RGB (Red+Green+Blue) = 218+205+16=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD10 is #2532EF. Grayscale: #BCBCBC. Windows color (decimal): -2437872 or 1101274. OLE color: 1101274.

HSL color Cylindrical-coordinate representation of color #DACD10: hue angle of 56.14º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DACD10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 205 16 -
CMYK 0 0.06 0.93 0.15
HSL 56.14º 0.86% 0.46% -
HSV(B) 56.14º 0.93% 0.85% -
XYZ 50.84 58.61 9.12 -
YUV 187.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 218 205 16 0 0.06 0.93 0.15 56.14 0.86 0.46
Hex DA CD 10 0 6 5D F 38 56 2E
Octal 332 315 20 0 6 135 17 70 126 56
Binary 11011010 11001101 10000 0 110 1011101 1111 111000 1010110 101110

Color Harmonies of #DACD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD10

Black with #DACD10

Text Example


Text Example

White with #DACD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD10; }

 p { color: rgb(218,205,16); }

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

background-color css

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

 a { background-color: rgb(218,205,16); }

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

border-color css

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

 span { border-color: rgb(218,205,16); }

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