Html Css Color HEX #DBC40B Sunflower

📋 copy color: '#DBC40B'

red 219 ◦ green 196 ◦ blue 11

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

Shades of Sunflower #DBC40B

Tints of Sunflower #DBC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.01%

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 51.41%
G = 46.01%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBC40B (or 0xDBC40B) is known color: Sunflower. HEX triplet: DB, C4 and 0B. RGB value is (219,196,11). Sum of RGB (Red+Green+Blue) = 219+196+11=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC40B is #243BF4. Grayscale: #B6B6B6. Windows color (decimal): -2374645 or 771291. OLE color: 771291.

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

Color convert

RGB 219 196 11 -
CMYK 0 0.11 0.95 0.14
HSL 53.37º 0.9% 0.45% -
HSV(B) 53.37º 0.95% 0.86% -
XYZ 49.01 54.56 8.27 -
YUV 181.79 31.62 154.54 -
System Red Green Blue C M Y K H S L
Decimal 219 196 11 0 0.11 0.95 0.14 53.37 0.9 0.45
Hex DB C4 B 0 B 5F E 35 5A 2D
Octal 333 304 13 0 13 137 16 65 132 55
Binary 11011011 11000100 1011 0 1011 1011111 1110 110101 1011010 101101

Color Harmonies of #DBC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC40B

Black with #DBC40B

Text Example


Text Example

White with #DBC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC40B; }

 p { color: rgb(219,196,11); }

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

background-color css

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

 a { background-color: rgb(219,196,11); }

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

border-color css

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

 span { border-color: rgb(219,196,11); }

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