Html Css Color HEX #DABE0D Sunflower

📋 copy color: '#DABE0D'

red 218 ◦ green 190 ◦ blue 13

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

Shades of Sunflower #DABE0D

Tints of Sunflower #DABE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.09%

R = 51.78%
G = 45.13%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DABE0D (or 0xDABE0D) is known color: Sunflower. HEX triplet: DA, BE and 0D. RGB value is (218,190,13). Sum of RGB (Red+Green+Blue) = 218+190+13=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE0D is #2541F2. Grayscale: #B2B2B2. Windows color (decimal): -2441715 or 900826. OLE color: 900826.

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

Color convert

RGB 218 190 13 -
CMYK 0 0.13 0.94 0.15
HSL 51.8º 0.89% 0.45% -
HSV(B) 51.8º 0.94% 0.85% -
XYZ 47.4 51.76 7.87 -
YUV 178.19 34.78 156.39 -
System Red Green Blue C M Y K H S L
Decimal 218 190 13 0 0.13 0.94 0.15 51.8 0.89 0.45
Hex DA BE D 0 D 5E F 34 59 2D
Octal 332 276 15 0 15 136 17 64 131 55
Binary 11011010 10111110 1101 0 1101 1011110 1111 110100 1011001 101101

Color Harmonies of #DABE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE0D

Black with #DABE0D

Text Example


Text Example

White with #DABE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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