Html Css Color HEX #DBCC10 Sunflower

📋 copy color: '#DBCC10'

red 219 ◦ green 204 ◦ blue 16

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

Shades of Sunflower #DBCC10

Tints of Sunflower #DBCC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.47%

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 49.89%
G = 46.47%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBCC10 (or 0xDBCC10) is known color: Sunflower. HEX triplet: DB, CC and 10. RGB value is (219,204,16). Sum of RGB (Red+Green+Blue) = 219+204+16=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC10 is #2433EF. Grayscale: #BBBBBB. Windows color (decimal): -2372592 or 1101019. OLE color: 1101019.

HSL color Cylindrical-coordinate representation of color #DBCC10: hue angle of 55.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBCC10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 16 -
CMYK 0 0.07 0.93 0.14
HSL 55.57º 0.86% 0.46% -
HSV(B) 55.57º 0.93% 0.86% -
XYZ 50.9 58.28 9.06 -
YUV 187.05 31.47 150.79 -
System Red Green Blue C M Y K H S L
Decimal 219 204 16 0 0.07 0.93 0.14 55.57 0.86 0.46
Hex DB CC 10 0 7 5D E 38 56 2E
Octal 333 314 20 0 7 135 16 70 126 56
Binary 11011011 11001100 10000 0 111 1011101 1110 111000 1010110 101110

Color Harmonies of #DBCC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC10

Black with #DBCC10

Text Example


Text Example

White with #DBCC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC10; }

 p { color: rgb(219,204,16); }

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

background-color css

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

 a { background-color: rgb(219,204,16); }

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

border-color css

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

 span { border-color: rgb(219,204,16); }

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