Html Css Color HEX #DAB214 Sunflower

📋 copy color: '#DAB214'

red 218 ◦ green 178 ◦ blue 20

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

Shades of Sunflower #DAB214

Tints of Sunflower #DAB214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 52.4%
G = 42.79%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAB214 (or 0xDAB214) is known color: Sunflower. HEX triplet: DA, B2 and 14. RGB value is (218,178,20). Sum of RGB (Red+Green+Blue) = 218+178+20=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB214 is #254DEB. Grayscale: #ACACAC. Windows color (decimal): -2444780 or 1356506. OLE color: 1356506.

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

Color convert

RGB 218 178 20 -
CMYK 0 0.18 0.91 0.15
HSL 47.88º 0.83% 0.47% -
HSV(B) 47.88º 0.91% 0.85% -
XYZ 44.96 46.8 7.32 -
YUV 171.95 42.25 160.85 -
System Red Green Blue C M Y K H S L
Decimal 218 178 20 0 0.18 0.91 0.15 47.88 0.83 0.47
Hex DA B2 14 0 12 5B F 30 53 2F
Octal 332 262 24 0 22 133 17 60 123 57
Binary 11011010 10110010 10100 0 10010 1011011 1111 110000 1010011 101111

Color Harmonies of #DAB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB214

Black with #DAB214

Text Example


Text Example

White with #DAB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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