Html Css Color HEX #DAC305 Bird Flower

📋 copy color: '#DAC305'

red 218 ◦ green 195 ◦ blue 5

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

Shades of Bird Flower #DAC305

Tints of Bird Flower #DAC305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.65%

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

R = 52.15%
G = 46.65%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAC305 (or 0xDAC305) is known color: Bird Flower. HEX triplet: DA, C3 and 05. RGB value is (218,195,5). Sum of RGB (Red+Green+Blue) = 218+195+5=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC305 is #253CFA. Grayscale: #B5B5B5. Windows color (decimal): -2440443 or 377818. OLE color: 377818.

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

Color convert

RGB 218 195 5 -
CMYK 0 0.11 0.98 0.15
HSL 53.52º 0.96% 0.44% -
HSV(B) 53.52º 0.98% 0.85% -
XYZ 48.46 53.95 8 -
YUV 180.22 29.12 154.95 -
System Red Green Blue C M Y K H S L
Decimal 218 195 5 0 0.11 0.98 0.15 53.52 0.96 0.44
Hex DA C3 5 0 B 62 F 36 60 2C
Octal 332 303 5 0 13 142 17 66 140 54
Binary 11011010 11000011 101 0 1011 1100010 1111 110110 1100000 101100

Color Harmonies of #DAC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC305

Black with #DAC305

Text Example


Text Example

White with #DAC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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