Html Css Color HEX #DBCF10 Sunflower

📋 copy color: '#DBCF10'

red 219 ◦ green 207 ◦ blue 16

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

Shades of Sunflower #DBCF10

Tints of Sunflower #DBCF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.83%

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

R = 49.55%
G = 46.83%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBCF10 (or 0xDBCF10) is known color: Sunflower. HEX triplet: DB, CF and 10. RGB value is (219,207,16). Sum of RGB (Red+Green+Blue) = 219+207+16=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF10 is #2430EF. Grayscale: #BDBDBD. Windows color (decimal): -2371824 or 1101787. OLE color: 1101787.

HSL color Cylindrical-coordinate representation of color #DBCF10: hue angle of 56.45º 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 #DBCF10 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 16 -
CMYK 0 0.05 0.93 0.14
HSL 56.45º 0.86% 0.46% -
HSV(B) 56.45º 0.93% 0.86% -
XYZ 51.62 59.72 9.3 -
YUV 188.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 219 207 16 0 0.05 0.93 0.14 56.45 0.86 0.46
Hex DB CF 10 0 5 5D E 38 56 2E
Octal 333 317 20 0 5 135 16 70 126 56
Binary 11011011 11001111 10000 0 101 1011101 1110 111000 1010110 101110

Color Harmonies of #DBCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF10

Black with #DBCF10

Text Example


Text Example

White with #DBCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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