Html Css Color HEX #DBC613 Sunflower

📋 copy color: '#DBC613'

red 219 ◦ green 198 ◦ blue 19

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

Shades of Sunflower #DBC613

Tints of Sunflower #DBC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 50.23%
G = 45.41%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBC613 (or 0xDBC613) is known color: Sunflower. HEX triplet: DB, C6 and 13. RGB value is (219,198,19). Sum of RGB (Red+Green+Blue) = 219+198+19=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC613 is #2439EC. Grayscale: #B8B8B8. Windows color (decimal): -2374125 or 1296091. OLE color: 1296091.

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

Color convert

RGB 219 198 19 -
CMYK 0 0.10 0.91 0.14
HSL 53.7º 0.84% 0.47% -
HSV(B) 53.7º 0.91% 0.86% -
XYZ 49.53 55.5 8.72 -
YUV 183.87 34.96 153.05 -
System Red Green Blue C M Y K H S L
Decimal 219 198 19 0 0.10 0.91 0.14 53.7 0.84 0.47
Hex DB C6 13 0 A 5B E 36 54 2F
Octal 333 306 23 0 12 133 16 66 124 57
Binary 11011011 11000110 10011 0 1010 1011011 1110 110110 1010100 101111

Color Harmonies of #DBC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC613

Black with #DBC613

Text Example


Text Example

White with #DBC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC613; }

 p { color: rgb(219,198,19); }

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

background-color css

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

 a { background-color: rgb(219,198,19); }

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

border-color css

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

 span { border-color: rgb(219,198,19); }

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