Html Css Color HEX #DAC90D Bird Flower

📋 copy color: '#DAC90D'

red 218 ◦ green 201 ◦ blue 13

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

Shades of Bird Flower #DAC90D

Tints of Bird Flower #DAC90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.53%

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

R = 50.46%
G = 46.53%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC90D (or 0xDAC90D) is known color: Bird Flower. HEX triplet: DA, C9 and 0D. RGB value is (218,201,13). Sum of RGB (Red+Green+Blue) = 218+201+13=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC90D is #2536F2. Grayscale: #B9B9B9. Windows color (decimal): -2438899 or 903642. OLE color: 903642.

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

Color convert

RGB 218 201 13 -
CMYK 0 0.08 0.94 0.15
HSL 55.02º 0.89% 0.45% -
HSV(B) 55.02º 0.94% 0.85% -
XYZ 49.87 56.71 8.7 -
YUV 184.65 31.13 151.79 -
System Red Green Blue C M Y K H S L
Decimal 218 201 13 0 0.08 0.94 0.15 55.02 0.89 0.45
Hex DA C9 D 0 8 5E F 37 59 2D
Octal 332 311 15 0 10 136 17 67 131 55
Binary 11011010 11001001 1101 0 1000 1011110 1111 110111 1011001 101101

Color Harmonies of #DAC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC90D

Black with #DAC90D

Text Example


Text Example

White with #DAC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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