Html Css Color HEX #DAC303 Bird Flower

📋 copy color: '#DAC303'

red 218 ◦ green 195 ◦ blue 3

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

Shades of Bird Flower #DAC303

Tints of Bird Flower #DAC303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 52.4%
G = 46.88%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAC303 (or 0xDAC303) is known color: Bird Flower. HEX triplet: DA, C3 and 03. RGB value is (218,195,3). Sum of RGB (Red+Green+Blue) = 218+195+3=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC303 is #253CFC. Grayscale: #B4B4B4. Windows color (decimal): -2440445 or 246746. OLE color: 246746.

HSL color Cylindrical-coordinate representation of color #DAC303: hue angle of 53.58º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAC303 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 3 -
CMYK 0 0.11 0.99 0.15
HSL 53.58º 0.97% 0.43% -
HSV(B) 53.58º 0.99% 0.85% -
XYZ 48.44 53.94 7.94 -
YUV 179.99 28.12 155.11 -
System Red Green Blue C M Y K H S L
Decimal 218 195 3 0 0.11 0.99 0.15 53.58 0.97 0.43
Hex DA C3 3 0 B 63 F 36 61 2B
Octal 332 303 3 0 13 143 17 66 141 53
Binary 11011010 11000011 11 0 1011 1100011 1111 110110 1100001 101011

Color Harmonies of #DAC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC303

Black with #DAC303

Text Example


Text Example

White with #DAC303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC303; }

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

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

background-color css

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

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

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

border-color css

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

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

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