Html Css Color HEX #DBC01B Sunflower

📋 copy color: '#DBC01B'

red 219 ◦ green 192 ◦ blue 27

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

Shades of Sunflower #DBC01B

Tints of Sunflower #DBC01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.16%

R = 50%
G = 43.84%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBC01B (or 0xDBC01B) is known color: Sunflower. HEX triplet: DB, C0 and 1B. RGB value is (219,192,27). Sum of RGB (Red+Green+Blue) = 219+192+27=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC01B is #243FE4. Grayscale: #B5B5B5. Windows color (decimal): -2375653 or 1818843. OLE color: 1818843.

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

Color convert

RGB 219 192 27 -
CMYK 0 0.12 0.88 0.14
HSL 51.56º 0.78% 0.48% -
HSV(B) 51.56º 0.88% 0.86% -
XYZ 48.26 52.84 8.69 -
YUV 181.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 219 192 27 0 0.12 0.88 0.14 51.56 0.78 0.48
Hex DB C0 1B 0 C 58 E 34 4E 30
Octal 333 300 33 0 14 130 16 64 116 60
Binary 11011011 11000000 11011 0 1100 1011000 1110 110100 1001110 110000

Color Harmonies of #DBC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC01B

Black with #DBC01B

Text Example


Text Example

White with #DBC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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