Html Css Color HEX #DABC03 Sunflower

📋 copy color: '#DABC03'

red 218 ◦ green 188 ◦ blue 3

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

Shades of Sunflower #DABC03

Tints of Sunflower #DABC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.97%

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 53.3%
G = 45.97%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DABC03 (or 0xDABC03) is known color: Sunflower. HEX triplet: DA, BC and 03. RGB value is (218,188,3). Sum of RGB (Red+Green+Blue) = 218+188+3=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC03 is #2543FC. Grayscale: #B0B0B0. Windows color (decimal): -2442237 or 244954. OLE color: 244954.

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

Color convert

RGB 218 188 3 -
CMYK 0 0.14 0.99 0.15
HSL 51.63º 0.97% 0.43% -
HSV(B) 51.63º 0.99% 0.85% -
XYZ 46.91 50.88 7.43 -
YUV 175.88 30.44 158.04 -
System Red Green Blue C M Y K H S L
Decimal 218 188 3 0 0.14 0.99 0.15 51.63 0.97 0.43
Hex DA BC 3 0 E 63 F 34 61 2B
Octal 332 274 3 0 16 143 17 64 141 53
Binary 11011010 10111100 11 0 1110 1100011 1111 110100 1100001 101011

Color Harmonies of #DABC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC03

Black with #DABC03

Text Example


Text Example

White with #DABC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC03; }

 p { color: rgb(218,188,3); }

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

background-color css

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

 a { background-color: rgb(218,188,3); }

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

border-color css

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

 span { border-color: rgb(218,188,3); }

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