Html Css Color HEX #DAC002 Bird Flower

📋 copy color: '#DAC002'

red 218 ◦ green 192 ◦ blue 2

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

Shades of Bird Flower #DAC002

Tints of Bird Flower #DAC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 52.91%
G = 46.6%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAC002 (or 0xDAC002) is known color: Bird Flower. HEX triplet: DA, C0 and 02. RGB value is (218,192,2). Sum of RGB (Red+Green+Blue) = 218+192+2=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC002 is #253FFD. Grayscale: #B2B2B2. Windows color (decimal): -2441214 or 180442. OLE color: 180442.

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

Color convert

RGB 218 192 2 -
CMYK 0 0.12 0.99 0.15
HSL 52.78º 0.98% 0.43% -
HSV(B) 52.78º 0.99% 0.85% -
XYZ 47.77 52.61 7.69 -
YUV 178.11 28.61 156.45 -
System Red Green Blue C M Y K H S L
Decimal 218 192 2 0 0.12 0.99 0.15 52.78 0.98 0.43
Hex DA C0 2 0 C 63 F 35 62 2B
Octal 332 300 2 0 14 143 17 65 142 53
Binary 11011010 11000000 10 0 1100 1100011 1111 110101 1100010 101011

Color Harmonies of #DAC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC002

Black with #DAC002

Text Example


Text Example

White with #DAC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC002; }

 p { color: rgb(218,192,2); }

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

background-color css

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

 a { background-color: rgb(218,192,2); }

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

border-color css

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

 span { border-color: rgb(218,192,2); }

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