Html Css Color HEX #DACC0E Bird Flower

📋 copy color: '#DACC0E'

red 218 ◦ green 204 ◦ blue 14

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

Shades of Bird Flower #DACC0E

Tints of Bird Flower #DACC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 50%
G = 46.79%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DACC0E (or 0xDACC0E) is known color: Bird Flower. HEX triplet: DA, CC and 0E. RGB value is (218,204,14). Sum of RGB (Red+Green+Blue) = 218+204+14=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC0E is #2533F1. Grayscale: #BBBBBB. Windows color (decimal): -2438130 or 969946. OLE color: 969946.

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

Color convert

RGB 218 204 14 -
CMYK 0 0.06 0.94 0.15
HSL 55.88º 0.88% 0.45% -
HSV(B) 55.88º 0.94% 0.85% -
XYZ 50.59 58.12 8.97 -
YUV 186.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 218 204 14 0 0.06 0.94 0.15 55.88 0.88 0.45
Hex DA CC E 0 6 5E F 38 58 2D
Octal 332 314 16 0 6 136 17 70 130 55
Binary 11011010 11001100 1110 0 110 1011110 1111 111000 1011000 101101

Color Harmonies of #DACC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC0E

Black with #DACC0E

Text Example


Text Example

White with #DACC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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