Html Css Color HEX #DBC314 Sunflower

📋 copy color: '#DBC314'

red 219 ◦ green 195 ◦ blue 20

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

Shades of Sunflower #DBC314

Tints of Sunflower #DBC314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 50.46%
G = 44.93%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBC314 (or 0xDBC314) is known color: Sunflower. HEX triplet: DB, C3 and 14. RGB value is (219,195,20). Sum of RGB (Red+Green+Blue) = 219+195+20=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC314 is #243CEB. Grayscale: #B6B6B6. Windows color (decimal): -2374892 or 1360859. OLE color: 1360859.

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

Color convert

RGB 219 195 20 -
CMYK 0 0.11 0.91 0.14
HSL 52.76º 0.83% 0.47% -
HSV(B) 52.76º 0.91% 0.86% -
XYZ 48.85 54.14 8.54 -
YUV 182.23 36.45 154.23 -
System Red Green Blue C M Y K H S L
Decimal 219 195 20 0 0.11 0.91 0.14 52.76 0.83 0.47
Hex DB C3 14 0 B 5B E 35 53 2F
Octal 333 303 24 0 13 133 16 65 123 57
Binary 11011011 11000011 10100 0 1011 1011011 1110 110101 1010011 101111

Color Harmonies of #DBC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC314

Black with #DBC314

Text Example


Text Example

White with #DBC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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