Html Css Color HEX #DBC01C Sunflower

📋 copy color: '#DBC01C'

red 219 ◦ green 192 ◦ blue 28

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

Shades of Sunflower #DBC01C

Tints of Sunflower #DBC01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.38%

R = 49.89%
G = 43.74%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBC01C (or 0xDBC01C) is known color: Sunflower. HEX triplet: DB, C0 and 1C. RGB value is (219,192,28). Sum of RGB (Red+Green+Blue) = 219+192+28=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC01C is #243FE3. Grayscale: #B6B6B6. Windows color (decimal): -2375652 or 1884379. OLE color: 1884379.

HSL color Cylindrical-coordinate representation of color #DBC01C: hue angle of 51.52º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBC01C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 28 -
CMYK 0 0.12 0.87 0.14
HSL 51.52º 0.77% 0.48% -
HSV(B) 51.52º 0.87% 0.86% -
XYZ 48.27 52.84 8.75 -
YUV 181.38 41.45 154.84 -
System Red Green Blue C M Y K H S L
Decimal 219 192 28 0 0.12 0.87 0.14 51.52 0.77 0.48
Hex DB C0 1C 0 C 57 E 34 4D 30
Octal 333 300 34 0 14 127 16 64 115 60
Binary 11011011 11000000 11100 0 1100 1010111 1110 110100 1001101 110000

Color Harmonies of #DBC01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC01C

Black with #DBC01C

Text Example


Text Example

White with #DBC01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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