Html Css Color HEX #DBC114 Sunflower

📋 copy color: '#DBC114'

red 219 ◦ green 193 ◦ blue 20

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

Shades of Sunflower #DBC114

Tints of Sunflower #DBC114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

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

R = 50.69%
G = 44.68%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBC114 (or 0xDBC114) is known color: Sunflower. HEX triplet: DB, C1 and 14. RGB value is (219,193,20). Sum of RGB (Red+Green+Blue) = 219+193+20=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC114 is #243EEB. Grayscale: #B5B5B5. Windows color (decimal): -2375404 or 1360347. OLE color: 1360347.

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

Color convert

RGB 219 193 20 -
CMYK 0 0.12 0.91 0.14
HSL 52.16º 0.83% 0.47% -
HSV(B) 52.16º 0.91% 0.86% -
XYZ 48.41 53.25 8.39 -
YUV 181.05 37.11 155.07 -
System Red Green Blue C M Y K H S L
Decimal 219 193 20 0 0.12 0.91 0.14 52.16 0.83 0.47
Hex DB C1 14 0 C 5B E 34 53 2F
Octal 333 301 24 0 14 133 16 64 123 57
Binary 11011011 11000001 10100 0 1100 1011011 1110 110100 1010011 101111

Color Harmonies of #DBC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC114

Black with #DBC114

Text Example


Text Example

White with #DBC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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