Html Css Color HEX #DBC914 Sunflower

📋 copy color: '#DBC914'

red 219 ◦ green 201 ◦ blue 20

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

Shades of Sunflower #DBC914

Tints of Sunflower #DBC914

RGB

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

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

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

R = 49.77%
G = 45.68%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBC914 (or 0xDBC914) is known color: Sunflower. HEX triplet: DB, C9 and 14. RGB value is (219,201,20). Sum of RGB (Red+Green+Blue) = 219+201+20=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC914 is #2436EB. Grayscale: #BABABA. Windows color (decimal): -2373356 or 1362395. OLE color: 1362395.

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

Color convert

RGB 219 201 20 -
CMYK 0 0.08 0.91 0.14
HSL 54.57º 0.83% 0.47% -
HSV(B) 54.57º 0.91% 0.86% -
XYZ 50.23 56.88 8.99 -
YUV 185.75 34.46 151.72 -
System Red Green Blue C M Y K H S L
Decimal 219 201 20 0 0.08 0.91 0.14 54.57 0.83 0.47
Hex DB C9 14 0 8 5B E 37 53 2F
Octal 333 311 24 0 10 133 16 67 123 57
Binary 11011011 11001001 10100 0 1000 1011011 1110 110111 1010011 101111

Color Harmonies of #DBC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC914

Black with #DBC914

Text Example


Text Example

White with #DBC914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC914; }

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

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

background-color css

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

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

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

border-color css

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

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

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