Html Css Color HEX #DACD09 Bird Flower

📋 copy color: '#DACD09'

red 218 ◦ green 205 ◦ blue 9

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

Shades of Bird Flower #DACD09

Tints of Bird Flower #DACD09

RGB

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

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

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

R = 50.46%
G = 47.45%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DACD09 (or 0xDACD09) is known color: Bird Flower. HEX triplet: DA, CD and 09. RGB value is (218,205,9). Sum of RGB (Red+Green+Blue) = 218+205+9=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD09 is #2532F6. Grayscale: #BBBBBB. Windows color (decimal): -2437879 or 642522. OLE color: 642522.

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

Color convert

RGB 218 205 9 -
CMYK 0 0.06 0.96 0.15
HSL 56.27º 0.92% 0.45% -
HSV(B) 56.27º 0.96% 0.85% -
XYZ 50.79 58.59 8.89 -
YUV 186.54 27.81 150.44 -
System Red Green Blue C M Y K H S L
Decimal 218 205 9 0 0.06 0.96 0.15 56.27 0.92 0.45
Hex DA CD 9 0 6 60 F 38 5C 2D
Octal 332 315 11 0 6 140 17 70 134 55
Binary 11011010 11001101 1001 0 110 1100000 1111 111000 1011100 101101

Color Harmonies of #DACD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD09

Black with #DACD09

Text Example


Text Example

White with #DACD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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