Html Css Color HEX #DBC320 Sunflower

📋 copy color: '#DBC320'

red 219 ◦ green 195 ◦ blue 32

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

Shades of Sunflower #DBC320

Tints of Sunflower #DBC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 49.1%
G = 43.72%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBC320 (or 0xDBC320) is known color: Sunflower. HEX triplet: DB, C3 and 20. RGB value is (219,195,32). Sum of RGB (Red+Green+Blue) = 219+195+32=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC320 is #243CDF. Grayscale: #B8B8B8. Windows color (decimal): -2374880 or 2147291. OLE color: 2147291.

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

Color convert

RGB 219 195 32 -
CMYK 0 0.11 0.85 0.14
HSL 52.3º 0.75% 0.49% -
HSV(B) 52.3º 0.85% 0.86% -
XYZ 48.99 54.19 9.25 -
YUV 183.59 42.45 153.25 -
System Red Green Blue C M Y K H S L
Decimal 219 195 32 0 0.11 0.85 0.14 52.3 0.75 0.49
Hex DB C3 20 0 B 55 E 34 4B 31
Octal 333 303 40 0 13 125 16 64 113 61
Binary 11011011 11000011 100000 0 1011 1010101 1110 110100 1001011 110001

Color Harmonies of #DBC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC320

Black with #DBC320

Text Example


Text Example

White with #DBC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC320; }

 p { color: rgb(219,195,32); }

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

background-color css

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

 a { background-color: rgb(219,195,32); }

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

border-color css

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

 span { border-color: rgb(219,195,32); }

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