Html Css Color HEX #DACC00 Bird Flower

📋 copy color: '#DACC00'

red 218 ◦ green 204 ◦ blue 0

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

Shades of Bird Flower #DACC00

Tints of Bird Flower #DACC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.66%
G = 48.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DACC00 (or 0xDACC00) is known color: Bird Flower. HEX triplet: DA, CC and 00. RGB value is (218,204,0). Sum of RGB (Red+Green+Blue) = 218+204+0=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC00 is #2533FF. Grayscale: #B9B9B9. Windows color (decimal): -2438144 or 52442. OLE color: 52442.

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

Color convert

RGB 218 204 0 -
CMYK 0 0.06 1 0.15
HSL 56.15º 1% 0.43% -
HSV(B) 56.15º 1% 0.85% -
XYZ 50.51 58.09 8.55 -
YUV 184.93 23.64 151.59 -
System Red Green Blue C M Y K H S L
Decimal 218 204 0 0 0.06 1 0.15 56.15 1 0.43
Hex DA CC 0 0 6 64 F 38 64 2B
Octal 332 314 0 0 6 144 17 70 144 53
Binary 11011010 11001100 0 0 110 1100100 1111 111000 1100100 101011

Color Harmonies of #DACC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC00

Black with #DACC00

Text Example


Text Example

White with #DACC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC00; }

 p { color: rgb(218,204,0); }

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

background-color css

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

 a { background-color: rgb(218,204,0); }

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

border-color css

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

 span { border-color: rgb(218,204,0); }

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