Html Css Color HEX #DBC715 Sunflower

📋 copy color: '#DBC715'

red 219 ◦ green 199 ◦ blue 21

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

Shades of Sunflower #DBC715

Tints of Sunflower #DBC715

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

 BLUE value IS 21 (8.59% from 255) = 4.78%

R = 49.89%
G = 45.33%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBC715 (or 0xDBC715) is known color: Sunflower. HEX triplet: DB, C7 and 15. RGB value is (219,199,21). Sum of RGB (Red+Green+Blue) = 219+199+21=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC715 is #2438EA. Grayscale: #B9B9B9. Windows color (decimal): -2373867 or 1427419. OLE color: 1427419.

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

Color convert

RGB 219 199 21 -
CMYK 0 0.09 0.90 0.14
HSL 53.94º 0.83% 0.47% -
HSV(B) 53.94º 0.9% 0.86% -
XYZ 49.77 55.96 8.89 -
YUV 184.69 35.63 152.47 -
System Red Green Blue C M Y K H S L
Decimal 219 199 21 0 0.09 0.90 0.14 53.94 0.83 0.47
Hex DB C7 15 0 9 5A E 36 52 2F
Octal 333 307 25 0 11 132 16 66 122 57
Binary 11011011 11000111 10101 0 1001 1011010 1110 110110 1010010 101111

Color Harmonies of #DBC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC715

Black with #DBC715

Text Example


Text Example

White with #DBC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC715; }

 p { color: rgb(219,199,21); }

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

background-color css

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

 a { background-color: rgb(219,199,21); }

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

border-color css

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

 span { border-color: rgb(219,199,21); }

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