Html Css Color HEX #DBBE1D Sunflower

📋 copy color: '#DBBE1D'

red 219 ◦ green 190 ◦ blue 29

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

Shades of Sunflower #DBBE1D

Tints of Sunflower #DBBE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 50%
G = 43.38%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBBE1D (or 0xDBBE1D) is known color: Sunflower. HEX triplet: DB, BE and 1D. RGB value is (219,190,29). Sum of RGB (Red+Green+Blue) = 219+190+29=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE1D is #2441E2. Grayscale: #B4B4B4. Windows color (decimal): -2376163 or 1949403. OLE color: 1949403.

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

Color convert

RGB 219 190 29 -
CMYK 0 0.13 0.87 0.14
HSL 50.84º 0.77% 0.49% -
HSV(B) 50.84º 0.87% 0.86% -
XYZ 47.85 51.98 8.67 -
YUV 180.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 219 190 29 0 0.13 0.87 0.14 50.84 0.77 0.49
Hex DB BE 1D 0 D 57 E 33 4D 31
Octal 333 276 35 0 15 127 16 63 115 61
Binary 11011011 10111110 11101 0 1101 1010111 1110 110011 1001101 110001

Color Harmonies of #DBBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE1D

Black with #DBBE1D

Text Example


Text Example

White with #DBBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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