Html Css Color HEX #DACA09 Bird Flower

📋 copy color: '#DACA09'

red 218 ◦ green 202 ◦ blue 9

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

Shades of Bird Flower #DACA09

Tints of Bird Flower #DACA09

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.09%

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

R = 50.82%
G = 47.09%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DACA09 (or 0xDACA09) is known color: Bird Flower. HEX triplet: DA, CA and 09. RGB value is (218,202,9). Sum of RGB (Red+Green+Blue) = 218+202+9=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA09 is #2535F6. Grayscale: #B9B9B9. Windows color (decimal): -2438647 or 641754. OLE color: 641754.

HSL color Cylindrical-coordinate representation of color #DACA09: hue angle of 55.41º 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 #DACA09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 9 -
CMYK 0 0.07 0.96 0.15
HSL 55.41º 0.92% 0.45% -
HSV(B) 55.41º 0.96% 0.85% -
XYZ 50.08 57.17 8.65 -
YUV 184.78 28.8 151.69 -
System Red Green Blue C M Y K H S L
Decimal 218 202 9 0 0.07 0.96 0.15 55.41 0.92 0.45
Hex DA CA 9 0 7 60 F 37 5C 2D
Octal 332 312 11 0 7 140 17 67 134 55
Binary 11011010 11001010 1001 0 111 1100000 1111 110111 1011100 101101

Color Harmonies of #DACA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA09

Black with #DACA09

Text Example


Text Example

White with #DACA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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