Html Css Color HEX #DACE0D Bird Flower

📋 copy color: '#DACE0D'

red 218 ◦ green 206 ◦ blue 13

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

Shades of Bird Flower #DACE0D

Tints of Bird Flower #DACE0D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.14%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 49.89%
G = 47.14%
B = 2.97%

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

#DACE0D (or 0xDACE0D) is known color: Bird Flower. HEX triplet: DA, CE and 0D. RGB value is (218,206,13). Sum of RGB (Red+Green+Blue) = 218+206+13=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACE0D is #2531F2. Grayscale: #BCBCBC. Windows color (decimal): -2437619 or 904922. OLE color: 904922.

HSL color Cylindrical-coordinate representation of color #DACE0D: hue angle of 56.49º degrees, saturation: 0.89, 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 #DACE0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 13 -
CMYK 0 0.06 0.94 0.15
HSL 56.49º 0.89% 0.45% -
HSV(B) 56.49º 0.94% 0.85% -
XYZ 51.06 59.08 9.09 -
YUV 187.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 218 206 13 0 0.06 0.94 0.15 56.49 0.89 0.45
Hex DA CE D 0 6 5E F 38 59 2D
Octal 332 316 15 0 6 136 17 70 131 55
Binary 11011010 11001110 1101 0 110 1011110 1111 111000 1011001 101101

Color Harmonies of #DACE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE0D

Black with #DACE0D

Text Example


Text Example

White with #DACE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE0D; }

 p { color: rgb(218,206,13); }

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

background-color css

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

 a { background-color: rgb(218,206,13); }

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

border-color css

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

 span { border-color: rgb(218,206,13); }

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