Html Css Color HEX #DBC41A Sunflower

📋 copy color: '#DBC41A'

red 219 ◦ green 196 ◦ blue 26

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

Shades of Sunflower #DBC41A

Tints of Sunflower #DBC41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.9%

R = 49.66%
G = 44.44%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBC41A (or 0xDBC41A) is known color: Sunflower. HEX triplet: DB, C4 and 1A. RGB value is (219,196,26). Sum of RGB (Red+Green+Blue) = 219+196+26=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC41A is #243BE5. Grayscale: #B8B8B8. Windows color (decimal): -2374630 or 1754331. OLE color: 1754331.

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

Color convert

RGB 219 196 26 -
CMYK 0 0.11 0.88 0.14
HSL 52.85º 0.79% 0.48% -
HSV(B) 52.85º 0.88% 0.86% -
XYZ 49.14 54.61 8.93 -
YUV 183.5 39.12 153.32 -
System Red Green Blue C M Y K H S L
Decimal 219 196 26 0 0.11 0.88 0.14 52.85 0.79 0.48
Hex DB C4 1A 0 B 58 E 35 4F 30
Octal 333 304 32 0 13 130 16 65 117 60
Binary 11011011 11000100 11010 0 1011 1011000 1110 110101 1001111 110000

Color Harmonies of #DBC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC41A

Black with #DBC41A

Text Example


Text Example

White with #DBC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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