Html Css Color HEX #DBC20D Sunflower

📋 copy color: '#DBC20D'

red 219 ◦ green 194 ◦ blue 13

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

Shades of Sunflower #DBC20D

Tints of Sunflower #DBC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 13 (5.47% from 255) = 3.05%

R = 51.41%
G = 45.54%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBC20D (or 0xDBC20D) is known color: Sunflower. HEX triplet: DB, C2 and 0D. RGB value is (219,194,13). Sum of RGB (Red+Green+Blue) = 219+194+13=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC20D is #243DF2. Grayscale: #B5B5B5. Windows color (decimal): -2375155 or 901851. OLE color: 901851.

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

Color convert

RGB 219 194 13 -
CMYK 0 0.11 0.94 0.14
HSL 52.72º 0.89% 0.45% -
HSV(B) 52.72º 0.94% 0.86% -
XYZ 48.58 53.67 8.18 -
YUV 180.84 33.28 155.22 -
System Red Green Blue C M Y K H S L
Decimal 219 194 13 0 0.11 0.94 0.14 52.72 0.89 0.45
Hex DB C2 D 0 B 5E E 35 59 2D
Octal 333 302 15 0 13 136 16 65 131 55
Binary 11011011 11000010 1101 0 1011 1011110 1110 110101 1011001 101101

Color Harmonies of #DBC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC20D

Black with #DBC20D

Text Example


Text Example

White with #DBC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC20D; }

 p { color: rgb(219,194,13); }

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

background-color css

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

 a { background-color: rgb(219,194,13); }

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

border-color css

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

 span { border-color: rgb(219,194,13); }

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