Html Css Color HEX #DBC021 Sunflower

📋 copy color: '#DBC021'

red 219 ◦ green 192 ◦ blue 33

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

Shades of Sunflower #DBC021

Tints of Sunflower #DBC021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.24%

 BLUE value IS 33 (13.28% from 255) = 7.43%

R = 49.32%
G = 43.24%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBC021 (or 0xDBC021) is known color: Sunflower. HEX triplet: DB, C0 and 21. RGB value is (219,192,33). Sum of RGB (Red+Green+Blue) = 219+192+33=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC021 is #243FDE. Grayscale: #B6B6B6. Windows color (decimal): -2375647 or 2212059. OLE color: 2212059.

HSL color Cylindrical-coordinate representation of color #DBC021: hue angle of 51.29º degrees, saturation: 0.74, 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 #DBC021 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 33 -
CMYK 0 0.12 0.85 0.14
HSL 51.29º 0.74% 0.49% -
HSV(B) 51.29º 0.85% 0.86% -
XYZ 48.34 52.87 9.1 -
YUV 181.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 219 192 33 0 0.12 0.85 0.14 51.29 0.74 0.49
Hex DB C0 21 0 C 55 E 33 4A 31
Octal 333 300 41 0 14 125 16 63 112 61
Binary 11011011 11000000 100001 0 1100 1010101 1110 110011 1001010 110001

Color Harmonies of #DBC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC021

Black with #DBC021

Text Example


Text Example

White with #DBC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC021; }

 p { color: rgb(219,192,33); }

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

background-color css

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

 a { background-color: rgb(219,192,33); }

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

border-color css

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

 span { border-color: rgb(219,192,33); }

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