Html Css Color HEX #DAD60C Bird Flower

📋 copy color: '#DAD60C'

red 218 ◦ green 214 ◦ blue 12

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

Shades of Bird Flower #DAD60C

Tints of Bird Flower #DAD60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

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

R = 49.1%
G = 48.2%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD60C (or 0xDAD60C) is known color: Bird Flower. HEX triplet: DA, D6 and 0C. RGB value is (218,214,12). Sum of RGB (Red+Green+Blue) = 218+214+12=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD60C is #2529F3. Grayscale: #C0C0C0. Windows color (decimal): -2435572 or 841434. OLE color: 841434.

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

Color convert

RGB 218 214 12 -
CMYK 0 0.02 0.94 0.15
HSL 58.83º 0.9% 0.45% -
HSV(B) 58.83º 0.94% 0.85% -
XYZ 53.03 63.03 9.72 -
YUV 192.17 26.33 146.43 -
System Red Green Blue C M Y K H S L
Decimal 218 214 12 0 0.02 0.94 0.15 58.83 0.9 0.45
Hex DA D6 C 0 2 5E F 3B 5A 2D
Octal 332 326 14 0 2 136 17 73 132 55
Binary 11011010 11010110 1100 0 10 1011110 1111 111011 1011010 101101

Color Harmonies of #DAD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD60C

Black with #DAD60C

Text Example


Text Example

White with #DAD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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