Html Css Color HEX #DACA04 Bird Flower

📋 copy color: '#DACA04'

red 218 ◦ green 202 ◦ blue 4

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

Shades of Bird Flower #DACA04

Tints of Bird Flower #DACA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 51.42%
G = 47.64%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DACA04 (or 0xDACA04) is known color: Bird Flower. HEX triplet: DA, CA and 04. RGB value is (218,202,4). Sum of RGB (Red+Green+Blue) = 218+202+4=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA04 is #2535FB. Grayscale: #B9B9B9. Windows color (decimal): -2438652 or 314074. OLE color: 314074.

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

Color convert

RGB 218 202 4 -
CMYK 0 0.07 0.98 0.15
HSL 55.51º 0.96% 0.44% -
HSV(B) 55.51º 0.98% 0.85% -
XYZ 50.06 57.16 8.51 -
YUV 184.21 26.3 152.1 -
System Red Green Blue C M Y K H S L
Decimal 218 202 4 0 0.07 0.98 0.15 55.51 0.96 0.44
Hex DA CA 4 0 7 62 F 38 60 2C
Octal 332 312 4 0 7 142 17 70 140 54
Binary 11011010 11001010 100 0 111 1100010 1111 111000 1100000 101100

Color Harmonies of #DACA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA04

Black with #DACA04

Text Example


Text Example

White with #DACA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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