Html Css Color HEX #DBC41E Sunflower

📋 copy color: '#DBC41E'

red 219 ◦ green 196 ◦ blue 30

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

Shades of Sunflower #DBC41E

Tints of Sunflower #DBC41E

RGB

 RED value IS 219 (85.94% from 255) = 49.21%

 GREEN value IS 196 (76.95% from 255) = 44.04%

 BLUE value IS 30 (12.11% from 255) = 6.74%

R = 49.21%
G = 44.04%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBC41E (or 0xDBC41E) is known color: Sunflower. HEX triplet: DB, C4 and 1E. RGB value is (219,196,30). Sum of RGB (Red+Green+Blue) = 219+196+30=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC41E is #243BE1. Grayscale: #B8B8B8. Windows color (decimal): -2374626 or 2016475. OLE color: 2016475.

HSL color Cylindrical-coordinate representation of color #DBC41E: hue angle of 52.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBC41E is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 30 -
CMYK 0 0.11 0.86 0.14
HSL 52.7º 0.76% 0.49% -
HSV(B) 52.7º 0.86% 0.86% -
XYZ 49.19 54.63 9.18 -
YUV 183.95 41.12 153 -
System Red Green Blue C M Y K H S L
Decimal 219 196 30 0 0.11 0.86 0.14 52.7 0.76 0.49
Hex DB C4 1E 0 B 56 E 35 4C 31
Octal 333 304 36 0 13 126 16 65 114 61
Binary 11011011 11000100 11110 0 1011 1010110 1110 110101 1001100 110001

Color Harmonies of #DBC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC41E

Black with #DBC41E

Text Example


Text Example

White with #DBC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC41E; }

 p { color: rgb(219,196,30); }

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

background-color css

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

 a { background-color: rgb(219,196,30); }

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

border-color css

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

 span { border-color: rgb(219,196,30); }

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