Html Css Color HEX #DABE1C Sunflower

📋 copy color: '#DABE1C'

red 218 ◦ green 190 ◦ blue 28

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

Shades of Sunflower #DABE1C

Tints of Sunflower #DABE1C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 50%
G = 43.58%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DABE1C (or 0xDABE1C) is known color: Sunflower. HEX triplet: DA, BE and 1C. RGB value is (218,190,28). Sum of RGB (Red+Green+Blue) = 218+190+28=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE1C is #2541E3. Grayscale: #B4B4B4. Windows color (decimal): -2441700 or 1883866. OLE color: 1883866.

HSL color Cylindrical-coordinate representation of color #DABE1C: hue angle of 51.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DABE1C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 190 28 -
CMYK 0 0.13 0.87 0.15
HSL 51.16º 0.77% 0.48% -
HSV(B) 51.16º 0.87% 0.85% -
XYZ 47.54 51.82 8.59 -
YUV 179.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 218 190 28 0 0.13 0.87 0.15 51.16 0.77 0.48
Hex DA BE 1C 0 D 57 F 33 4D 30
Octal 332 276 34 0 15 127 17 63 115 60
Binary 11011010 10111110 11100 0 1101 1010111 1111 110011 1001101 110000

Color Harmonies of #DABE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE1C

Black with #DABE1C

Text Example


Text Example

White with #DABE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE1C; }

 p { color: rgb(218,190,28); }

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

background-color css

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

 a { background-color: rgb(218,190,28); }

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

border-color css

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

 span { border-color: rgb(218,190,28); }

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