Html Css Color HEX #DAC90C Bird Flower

📋 copy color: '#DAC90C'

red 218 ◦ green 201 ◦ blue 12

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

Shades of Bird Flower #DAC90C

Tints of Bird Flower #DAC90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 50.58%
G = 46.64%
B = 2.78%

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

#DAC90C (or 0xDAC90C) is known color: Bird Flower. HEX triplet: DA, C9 and 0C. RGB value is (218,201,12). Sum of RGB (Red+Green+Blue) = 218+201+12=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC90C is #2536F3. Grayscale: #B9B9B9. Windows color (decimal): -2438900 or 838106. OLE color: 838106.

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

Color convert

RGB 218 201 12 -
CMYK 0 0.08 0.94 0.15
HSL 55.05º 0.9% 0.45% -
HSV(B) 55.05º 0.94% 0.85% -
XYZ 49.87 56.71 8.66 -
YUV 184.54 30.63 151.87 -
System Red Green Blue C M Y K H S L
Decimal 218 201 12 0 0.08 0.94 0.15 55.05 0.9 0.45
Hex DA C9 C 0 8 5E F 37 5A 2D
Octal 332 311 14 0 10 136 17 67 132 55
Binary 11011010 11001001 1100 0 1000 1011110 1111 110111 1011010 101101

Color Harmonies of #DAC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC90C

Black with #DAC90C

Text Example


Text Example

White with #DAC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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