Html Css Color HEX #DBC316 Sunflower

📋 copy color: '#DBC316'

red 219 ◦ green 195 ◦ blue 22

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

Shades of Sunflower #DBC316

Tints of Sunflower #DBC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.72%

 BLUE value IS 22 (8.98% from 255) = 5.05%

R = 50.23%
G = 44.72%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBC316 (or 0xDBC316) is known color: Sunflower. HEX triplet: DB, C3 and 16. RGB value is (219,195,22). Sum of RGB (Red+Green+Blue) = 219+195+22=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC316 is #243CE9. Grayscale: #B7B7B7. Windows color (decimal): -2374890 or 1491931. OLE color: 1491931.

HSL color Cylindrical-coordinate representation of color #DBC316: hue angle of 52.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBC316 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 195 22 -
CMYK 0 0.11 0.90 0.14
HSL 52.69º 0.82% 0.47% -
HSV(B) 52.69º 0.9% 0.86% -
XYZ 48.87 54.15 8.63 -
YUV 182.45 37.45 154.07 -
System Red Green Blue C M Y K H S L
Decimal 219 195 22 0 0.11 0.90 0.14 52.69 0.82 0.47
Hex DB C3 16 0 B 5A E 35 52 2F
Octal 333 303 26 0 13 132 16 65 122 57
Binary 11011011 11000011 10110 0 1011 1011010 1110 110101 1010010 101111

Color Harmonies of #DBC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC316

Black with #DBC316

Text Example


Text Example

White with #DBC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC316; }

 p { color: rgb(219,195,22); }

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

background-color css

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

 a { background-color: rgb(219,195,22); }

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

border-color css

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

 span { border-color: rgb(219,195,22); }

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