Html Css Color HEX #DABF07 Sunflower

📋 copy color: '#DABF07'

red 218 ◦ green 191 ◦ blue 7

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

Shades of Sunflower #DABF07

Tints of Sunflower #DABF07

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 52.4%
G = 45.91%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DABF07 (or 0xDABF07) is known color: Sunflower. HEX triplet: DA, BF and 07. RGB value is (218,191,7). Sum of RGB (Red+Green+Blue) = 218+191+7=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF07 is #2540F8. Grayscale: #B2B2B2. Windows color (decimal): -2441465 or 507866. OLE color: 507866.

HSL color Cylindrical-coordinate representation of color #DABF07: hue angle of 52.32º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DABF07 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 7 -
CMYK 0 0.12 0.97 0.15
HSL 52.32º 0.94% 0.44% -
HSV(B) 52.32º 0.97% 0.85% -
XYZ 47.58 52.18 7.77 -
YUV 178.1 31.45 156.46 -
System Red Green Blue C M Y K H S L
Decimal 218 191 7 0 0.12 0.97 0.15 52.32 0.94 0.44
Hex DA BF 7 0 C 61 F 34 5E 2C
Octal 332 277 7 0 14 141 17 64 136 54
Binary 11011010 10111111 111 0 1100 1100001 1111 110100 1011110 101100

Color Harmonies of #DABF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF07

Black with #DABF07

Text Example


Text Example

White with #DABF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF07; }

 p { color: rgb(218,191,7); }

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

background-color css

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

 a { background-color: rgb(218,191,7); }

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

border-color css

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

 span { border-color: rgb(218,191,7); }

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