Html Css Color HEX #DBBE1A Sunflower

📋 copy color: '#DBBE1A'

red 219 ◦ green 190 ◦ blue 26

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

Shades of Sunflower #DBBE1A

Tints of Sunflower #DBBE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.68%

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

R = 50.34%
G = 43.68%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBBE1A (or 0xDBBE1A) is known color: Sunflower. HEX triplet: DB, BE and 1A. RGB value is (219,190,26). Sum of RGB (Red+Green+Blue) = 219+190+26=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE1A is #2441E5. Grayscale: #B4B4B4. Windows color (decimal): -2376166 or 1752795. OLE color: 1752795.

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

Color convert

RGB 219 190 26 -
CMYK 0 0.13 0.88 0.14
HSL 50.98º 0.79% 0.48% -
HSV(B) 50.98º 0.88% 0.86% -
XYZ 47.81 51.96 8.49 -
YUV 179.98 41.11 155.84 -
System Red Green Blue C M Y K H S L
Decimal 219 190 26 0 0.13 0.88 0.14 50.98 0.79 0.48
Hex DB BE 1A 0 D 58 E 33 4F 30
Octal 333 276 32 0 15 130 16 63 117 60
Binary 11011011 10111110 11010 0 1101 1011000 1110 110011 1001111 110000

Color Harmonies of #DBBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE1A

Black with #DBBE1A

Text Example


Text Example

White with #DBBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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