Html Css Color HEX #DBC61A Sunflower

📋 copy color: '#DBC61A'

red 219 ◦ green 198 ◦ blue 26

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

Shades of Sunflower #DBC61A

Tints of Sunflower #DBC61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.7%

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

R = 49.44%
G = 44.7%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBC61A (or 0xDBC61A) is known color: Sunflower. HEX triplet: DB, C6 and 1A. RGB value is (219,198,26). Sum of RGB (Red+Green+Blue) = 219+198+26=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC61A is #2439E5. Grayscale: #B9B9B9. Windows color (decimal): -2374118 or 1754843. OLE color: 1754843.

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

Color convert

RGB 219 198 26 -
CMYK 0 0.10 0.88 0.14
HSL 53.47º 0.79% 0.48% -
HSV(B) 53.47º 0.88% 0.86% -
XYZ 49.59 55.52 9.08 -
YUV 184.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 219 198 26 0 0.10 0.88 0.14 53.47 0.79 0.48
Hex DB C6 1A 0 A 58 E 35 4F 30
Octal 333 306 32 0 12 130 16 65 117 60
Binary 11011011 11000110 11010 0 1010 1011000 1110 110101 1001111 110000

Color Harmonies of #DBC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC61A

Black with #DBC61A

Text Example


Text Example

White with #DBC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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