Html Css Color HEX #DBC40E Sunflower

📋 copy color: '#DBC40E'

red 219 ◦ green 196 ◦ blue 14

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

Shades of Sunflower #DBC40E

Tints of Sunflower #DBC40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 51.05%
G = 45.69%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBC40E (or 0xDBC40E) is known color: Sunflower. HEX triplet: DB, C4 and 0E. RGB value is (219,196,14). Sum of RGB (Red+Green+Blue) = 219+196+14=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC40E is #243BF1. Grayscale: #B6B6B6. Windows color (decimal): -2374642 or 967899. OLE color: 967899.

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

Color convert

RGB 219 196 14 -
CMYK 0 0.11 0.94 0.14
HSL 53.27º 0.88% 0.46% -
HSV(B) 53.27º 0.94% 0.86% -
XYZ 49.03 54.57 8.36 -
YUV 182.13 33.12 154.3 -
System Red Green Blue C M Y K H S L
Decimal 219 196 14 0 0.11 0.94 0.14 53.27 0.88 0.46
Hex DB C4 E 0 B 5E E 35 58 2E
Octal 333 304 16 0 13 136 16 65 130 56
Binary 11011011 11000100 1110 0 1011 1011110 1110 110101 1011000 101110

Color Harmonies of #DBC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC40E

Black with #DBC40E

Text Example


Text Example

White with #DBC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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