Html Css Color HEX #DABC1D Sunflower

📋 copy color: '#DABC1D'

red 218 ◦ green 188 ◦ blue 29

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

Shades of Sunflower #DABC1D

Tints of Sunflower #DABC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.67%

R = 50.11%
G = 43.22%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DABC1D (or 0xDABC1D) is known color: Sunflower. HEX triplet: DA, BC and 1D. RGB value is (218,188,29). Sum of RGB (Red+Green+Blue) = 218+188+29=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC1D is #2543E2. Grayscale: #B3B3B3. Windows color (decimal): -2442211 or 1948890. OLE color: 1948890.

HSL color Cylindrical-coordinate representation of color #DABC1D: hue angle of 50.48º 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 #DABC1D is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 29 -
CMYK 0 0.14 0.87 0.15
HSL 50.48º 0.77% 0.48% -
HSV(B) 50.48º 0.87% 0.85% -
XYZ 47.12 50.96 8.52 -
YUV 178.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 218 188 29 0 0.14 0.87 0.15 50.48 0.77 0.48
Hex DA BC 1D 0 E 57 F 32 4D 30
Octal 332 274 35 0 16 127 17 62 115 60
Binary 11011010 10111100 11101 0 1110 1010111 1111 110010 1001101 110000

Color Harmonies of #DABC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC1D

Black with #DABC1D

Text Example


Text Example

White with #DABC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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