Html Css Color HEX #DBC912 Sunflower

📋 copy color: '#DBC912'

red 219 ◦ green 201 ◦ blue 18

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

Shades of Sunflower #DBC912

Tints of Sunflower #DBC912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.89%

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

R = 50%
G = 45.89%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBC912 (or 0xDBC912) is known color: Sunflower. HEX triplet: DB, C9 and 12. RGB value is (219,201,18). Sum of RGB (Red+Green+Blue) = 219+201+18=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC912 is #2436ED. Grayscale: #BABABA. Windows color (decimal): -2373358 or 1231323. OLE color: 1231323.

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

Color convert

RGB 219 201 18 -
CMYK 0 0.08 0.92 0.14
HSL 54.63º 0.85% 0.46% -
HSV(B) 54.63º 0.92% 0.86% -
XYZ 50.21 56.88 8.9 -
YUV 185.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 219 201 18 0 0.08 0.92 0.14 54.63 0.85 0.46
Hex DB C9 12 0 8 5C E 37 55 2E
Octal 333 311 22 0 10 134 16 67 125 56
Binary 11011011 11001001 10010 0 1000 1011100 1110 110111 1010101 101110

Color Harmonies of #DBC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC912

Black with #DBC912

Text Example


Text Example

White with #DBC912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC912; }

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

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

background-color css

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

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

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

border-color css

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

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

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