Html Css Color HEX #DACC0A Bird Flower

📋 copy color: '#DACC0A'

red 218 ◦ green 204 ◦ blue 10

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

Shades of Bird Flower #DACC0A

Tints of Bird Flower #DACC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 50.46%
G = 47.22%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DACC0A (or 0xDACC0A) is known color: Bird Flower. HEX triplet: DA, CC and 0A. RGB value is (218,204,10). Sum of RGB (Red+Green+Blue) = 218+204+10=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC0A is #2533F5. Grayscale: #BABABA. Windows color (decimal): -2438134 or 707802. OLE color: 707802.

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

Color convert

RGB 218 204 10 -
CMYK 0 0.06 0.95 0.15
HSL 55.96º 0.91% 0.45% -
HSV(B) 55.96º 0.95% 0.85% -
XYZ 50.56 58.11 8.84 -
YUV 186.07 28.64 150.77 -
System Red Green Blue C M Y K H S L
Decimal 218 204 10 0 0.06 0.95 0.15 55.96 0.91 0.45
Hex DA CC A 0 6 5F F 38 5B 2D
Octal 332 314 12 0 6 137 17 70 133 55
Binary 11011010 11001100 1010 0 110 1011111 1111 111000 1011011 101101

Color Harmonies of #DACC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC0A

Black with #DACC0A

Text Example


Text Example

White with #DACC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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