Html Css Color HEX #DAC202 Bird Flower

📋 copy color: '#DAC202'

red 218 ◦ green 194 ◦ blue 2

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

Shades of Bird Flower #DAC202

Tints of Bird Flower #DAC202

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.86%

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

R = 52.66%
G = 46.86%
B = 0.48%

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

#DAC202 (or 0xDAC202) is known color: Bird Flower. HEX triplet: DA, C2 and 02. RGB value is (218,194,2). Sum of RGB (Red+Green+Blue) = 218+194+2=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC202 is #253DFD. Grayscale: #B4B4B4. Windows color (decimal): -2440702 or 180954. OLE color: 180954.

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

Color convert

RGB 218 194 2 -
CMYK 0 0.11 0.99 0.15
HSL 53.33º 0.98% 0.43% -
HSV(B) 53.33º 0.99% 0.85% -
XYZ 48.22 53.49 7.84 -
YUV 179.29 27.95 155.61 -
System Red Green Blue C M Y K H S L
Decimal 218 194 2 0 0.11 0.99 0.15 53.33 0.98 0.43
Hex DA C2 2 0 B 63 F 35 62 2B
Octal 332 302 2 0 13 143 17 65 142 53
Binary 11011010 11000010 10 0 1011 1100011 1111 110101 1100010 101011

Color Harmonies of #DAC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC202

Black with #DAC202

Text Example


Text Example

White with #DAC202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC202; }

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

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

background-color css

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

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

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

border-color css

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

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

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