Html Css Color HEX #DAC603 Bird Flower

📋 copy color: '#DAC603'

red 218 ◦ green 198 ◦ blue 3

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

Shades of Bird Flower #DAC603

Tints of Bird Flower #DAC603

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.26%

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

R = 52.03%
G = 47.26%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAC603 (or 0xDAC603) is known color: Bird Flower. HEX triplet: DA, C6 and 03. RGB value is (218,198,3). Sum of RGB (Red+Green+Blue) = 218+198+3=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC603 is #2539FC. Grayscale: #B6B6B6. Windows color (decimal): -2439677 or 247514. OLE color: 247514.

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

Color convert

RGB 218 198 3 -
CMYK 0 0.09 0.99 0.15
HSL 54.42º 0.97% 0.43% -
HSV(B) 54.42º 0.99% 0.85% -
XYZ 49.12 55.3 8.17 -
YUV 181.75 27.13 153.86 -
System Red Green Blue C M Y K H S L
Decimal 218 198 3 0 0.09 0.99 0.15 54.42 0.97 0.43
Hex DA C6 3 0 9 63 F 36 61 2B
Octal 332 306 3 0 11 143 17 66 141 53
Binary 11011010 11000110 11 0 1001 1100011 1111 110110 1100001 101011

Color Harmonies of #DAC603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC603

Black with #DAC603

Text Example


Text Example

White with #DAC603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC603; }

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

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

background-color css

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

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

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

border-color css

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

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

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