Html Css Color HEX #DACD05 Bird Flower

📋 copy color: '#DACD05'

red 218 ◦ green 205 ◦ blue 5

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

Shades of Bird Flower #DACD05

Tints of Bird Flower #DACD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 50.93%
G = 47.9%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DACD05 (or 0xDACD05) is known color: Bird Flower. HEX triplet: DA, CD and 05. RGB value is (218,205,5). Sum of RGB (Red+Green+Blue) = 218+205+5=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD05 is #2532FA. Grayscale: #BABABA. Windows color (decimal): -2437883 or 380378. OLE color: 380378.

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

Color convert

RGB 218 205 5 -
CMYK 0 0.06 0.98 0.15
HSL 56.34º 0.96% 0.44% -
HSV(B) 56.34º 0.98% 0.85% -
XYZ 50.77 58.58 8.77 -
YUV 186.09 25.81 150.76 -
System Red Green Blue C M Y K H S L
Decimal 218 205 5 0 0.06 0.98 0.15 56.34 0.96 0.44
Hex DA CD 5 0 6 62 F 38 60 2C
Octal 332 315 5 0 6 142 17 70 140 54
Binary 11011010 11001101 101 0 110 1100010 1111 111000 1100000 101100

Color Harmonies of #DACD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD05

Black with #DACD05

Text Example


Text Example

White with #DACD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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