Html Css Color HEX #DAB212 Sunflower

📋 copy color: '#DAB212'

red 218 ◦ green 178 ◦ blue 18

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

Shades of Sunflower #DAB212

Tints of Sunflower #DAB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

 BLUE value IS 18 (7.42% from 255) = 4.35%

R = 52.66%
G = 43%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAB212 (or 0xDAB212) is known color: Sunflower. HEX triplet: DA, B2 and 12. RGB value is (218,178,18). Sum of RGB (Red+Green+Blue) = 218+178+18=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB212 is #254DED. Grayscale: #ACACAC. Windows color (decimal): -2444782 or 1225434. OLE color: 1225434.

HSL color Cylindrical-coordinate representation of color #DAB212: hue angle of 48º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAB212 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 18 -
CMYK 0 0.18 0.92 0.15
HSL 48º 0.85% 0.46% -
HSV(B) 48º 0.92% 0.85% -
XYZ 44.94 46.79 7.23 -
YUV 171.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 218 178 18 0 0.18 0.92 0.15 48 0.85 0.46
Hex DA B2 12 0 12 5C F 30 55 2E
Octal 332 262 22 0 22 134 17 60 125 56
Binary 11011010 10110010 10010 0 10010 1011100 1111 110000 1010101 101110

Color Harmonies of #DAB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB212

Black with #DAB212

Text Example


Text Example

White with #DAB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB212; }

 p { color: rgb(218,178,18); }

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

background-color css

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

 a { background-color: rgb(218,178,18); }

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

border-color css

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

 span { border-color: rgb(218,178,18); }

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