Html Css Color HEX #DBCE12 Sunflower

📋 copy color: '#DBCE12'

red 219 ◦ green 206 ◦ blue 18

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

Shades of Sunflower #DBCE12

Tints of Sunflower #DBCE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.5%

 BLUE value IS 18 (7.42% from 255) = 4.06%

R = 49.44%
G = 46.5%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBCE12 (or 0xDBCE12) is known color: Sunflower. HEX triplet: DB, CE and 12. RGB value is (219,206,18). Sum of RGB (Red+Green+Blue) = 219+206+18=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE12 is #2431ED. Grayscale: #BDBDBD. Windows color (decimal): -2372078 or 1232603. OLE color: 1232603.

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

Color convert

RGB 219 206 18 -
CMYK 0 0.06 0.92 0.14
HSL 56.12º 0.85% 0.46% -
HSV(B) 56.12º 0.92% 0.86% -
XYZ 51.39 59.25 9.3 -
YUV 188.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 219 206 18 0 0.06 0.92 0.14 56.12 0.85 0.46
Hex DB CE 12 0 6 5C E 38 55 2E
Octal 333 316 22 0 6 134 16 70 125 56
Binary 11011011 11001110 10010 0 110 1011100 1110 111000 1010101 101110

Color Harmonies of #DBCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE12

Black with #DBCE12

Text Example


Text Example

White with #DBCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE12; }

 p { color: rgb(219,206,18); }

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

background-color css

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

 a { background-color: rgb(219,206,18); }

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

border-color css

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

 span { border-color: rgb(219,206,18); }

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